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