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