'Declaration
Public Overloads Function ToString( _ ByVal format As System.String, _ ByVal cultureInfo As System.Globalization.CultureInfo _ ) As System.String
public System.string ToString( System.string format, System.Globalization.CultureInfo cultureInfo )
Parameters
- format
- 'e' for exponent format 'd' for decimal format (default) OTHER FORMATTERS HAVE LIMITED FUNCTIONALITY - USE WITH CARE In addition the formatting rules are described in Standard numeric format strings and Custom numeric format strings can be used BUT ONLY IF THE VALUE CAN BE HELD INSIDE A System.Decimal. IF THE VALUE IS TO LARGE IT WILL THROW AN System.OverflowException.
- cultureInfo
Return Value
The string representation of the BigDecimal