Overload | Description |
---|---|
TryParse(String,TdNumber) | Converts the String representation of a number to its TdNumber equivalent. A boolean is returned that indicates whether the conversion succeeded. |
TryParse(String,IFormatProvider,TdNumber) | Converts the String representation of a number to its TdNumber equivalent using culture specific information. |