'Declaration Public Shared Function Parse( _ ByVal value As String _ ) As TdIntervalSecond
'Usage Dim value As String Dim value As TdIntervalSecond value = TdIntervalSecond.Parse(value)
public static TdIntervalSecond Parse( string value )
public: static TdIntervalSecond Parse( String^ value )
Parameters
- value
- A string to be converted into a TdIntervalSecond.