Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Unit Structure / ToString Method

In This Topic
    ToString Method (Unit)
    In This Topic
    Converts the current object to a string.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    The string representing the current Unit object.
    See Also