ToString Method (PdfNumber)
In This Topic
Converts a double value to a string. Note that a separate method
ToString(Single,Int32) exists for converting float values, separate methods are needed to avoid rounding errors that may occur when converting doubles to floats and vice versa. The value to convert. The count of digits after decimal point.
Overload List
Overload | Description |
ToString(Double,Int32) | Converts a double value to a string. Note that a separate method ToString(Single,Int32) exists for converting float values, separate methods are needed to avoid rounding errors that may occur when converting doubles to floats and vice versa. The value to convert. The count of digits after decimal point. |
ToString(Single,Int32) | Converts a float value to a string. Note that a separate method ToString(Double,Int32) exists for converting double values, separate methods are needed to avoid rounding errors that may occur when converting doubles to floats and vice versa. |
ToString() | Returns a string that represents the current object. |
See Also