SubLib Subtitle Library

SubtitleText.GetReplaceEmptyLines Method (String)

Gets the text lines and replaces empty lines with the specified replacement.

public string GetReplaceEmptyLines(
   string replacement
);

Parameters

replacement
The text to replace empty lines with.

Return Value

The subtitle text.

Remarks

The text lines are merged by the new line (\n) char.

See Also

SubtitleText Class | SubLib Namespace | SubtitleText.GetReplaceEmptyLines Overload List