Converts the String representation of a number to its TdDecimal equivalent using
culture specific information.
Syntax
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.
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also