'Declaration Public Overloads Shared Function TryParse( _ ByVal value As String, _ ByRef result As TdTime _ ) As Boolean
Parameters
- value
- The string that contains the time representation.
- result
- The TdTime representation of the time contained in the specified string.
Return Value
A Boolean is returned that indicates the success of the conversion.
true
indicates that the conversion was successful and that the conversion is returned through the result parameter. false
indicates that the conversion failed.