SubtitleFileConvertToFormat(SubtitleFormat, String) Method
Converts the current subtitle file to other subtitle format.
Namespace: DevCase.ThirdParty.SubtitleWorkshopAssembly: DevCase.net48.ThirdParty.SubtitleWorkshop (in DevCase.net48.ThirdParty.SubtitleWorkshop.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool ConvertToFormat(
SubtitleFormat subtitleFormat,
string filepath
)
Public Function ConvertToFormat (
subtitleFormat As SubtitleFormat,
filepath As String
) As Boolean
Dim instance As SubtitleFile
Dim subtitleFormat As SubtitleFormat
Dim filepath As String
Dim returnValue As Boolean
returnValue = instance.ConvertToFormat(subtitleFormat,
filepath)
public:
bool ConvertToFormat(
SubtitleFormat subtitleFormat,
String^ filepath
)
member ConvertToFormat :
subtitleFormat : SubtitleFormat *
filepath : string -> bool
No code example is currently available or this language may not be supported.
- subtitleFormat SubtitleFormat
-
The target subtitle format.
- filepath String
-
The target subtitle filepath.
Boolean if the operation success, otherwise,
.