'Declaration Public Shared Function TryParse( _ ByVal value As String, _ ByRef result As TdIntervalHourToSecond _ ) As Boolean
'Usage Dim value As String Dim result As TdIntervalHourToSecond Dim value As Boolean value = TdIntervalHourToSecond.TryParse(value, result)
public static bool TryParse( string value, out TdIntervalHourToSecond result )
public: static bool TryParse( String^ value, [Out] TdIntervalHourToSecond result )
Parameters
- value
- A string to be converted into a TdIntervalHourToSecond.
- result
- The converted string into a TdIntervalHourToSecond.