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