Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumber Class / ToString Method

In This Topic
    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
    OverloadDescription
    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.  
    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.  
    Returns a string that represents the current object.  
    See Also