Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Unit Structure / Implicit Type Conversion Operator / Implicit Type Conversion(String,Unit) Operator
The unit to convert.

In This Topic
    Implicit Type Conversion(String,Unit) Operator
    In This Topic
    Converts a unit value to a string.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As Unit _
    ) As System.String
    public System.string operator implicit( 
       Unit value
    )

    Parameters

    value
    The unit to convert.

    Return Value

    The string representing the unit value.
    See Also