'Declaration
Public Overloads Function ToString( _ ByVal format As System.String _ ) As System.String
public System.string ToString( System.string format )
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.
Return Value
The string representation of the BigDecimal