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