We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the SubtitleParser wiki!
Example usage
string[] readResult = GetTextByLines(filePath);
Reading content.
List<SubtitleBlock> subtitleBlockList = ParseSubtitleList(readResult);
Parsing content into SubtitleBlocks.
foreach (SubtitleBlock subtitleBlock in subtitleBlockList) { Console.WriteLine(subtitleBlock); //Debug.WriteLine(subtitleBlock); }
Printing SubtitleBlocks.
There was an error while loading. Please reload this page.