SubtitleFileConvertToFormat(SubtitleFormat, String) Method

Converts the current subtitle file to other subtitle format.

Definition

Namespace: DevCase.ThirdParty.SubtitleWorkshop
Assembly: 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
)

Parameters

subtitleFormat  SubtitleFormat
The target subtitle format.
filepath  String
The target subtitle filepath.

Return Value

Boolean
if the operation success, otherwise, .

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed libraries:

https://www.videohelp.com/software/Subtitle-Workshop

See Also