to_string


Description:

public string to_string ()

Parameters:

this

A TimeCode to convert

Returns:

the SMPTE ST 2059-1:2015 string representation of this. That will take the form hh:mm:ss:ff. The last separator (between seconds and frames) may vary:

';' for drop-frame, non-interlaced content and for drop-frame interlaced field 2 ',' for drop-frame interlaced field 1 ':' for non-drop-frame, non-interlaced content and for non-drop-frame interlaced field 2 '.' for non-drop-frame interlaced field 1