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