We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SubtitleBlock is a class to hold values of each block.
SubtitleBlock
class SubtitleBlock { public int OrderNumber; public TimeSpan StartTime; public Timespan EndTime; public List<string> InlineTextList; }
$"{OrderNumber} {StartTime} {EndTime} {string.Join(" ", InlineTextList)}";
Returns string format of SubtitleBlock as "OrderNumber StartTime EndTime InlineTextList"
There was an error while loading. Please reload this page.