'Declaration Public Overloads Shared Function TryParse( _ ByVal input As String, _ ByVal provider As IFormatProvider, _ ByRef result As TdNumber _ ) As Boolean
'Usage Dim input As String Dim provider As IFormatProvider Dim result As TdNumber Dim value As Boolean value = TdNumber.TryParse(input, provider, result)
Parameters
- input
- The string to be converted
- provider
- Contains the culture specific information.
- result
- The TdNumber representation of value.
Return Value
true
if value was converted successfully, false
otherwise.