Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / PropertyTypeHelper Class / ConvertToString Method
The property type

In This Topic
    ConvertToString Method
    In This Topic
    Converts a property type to a text.
    Syntax
    'Declaration
     
    Public Shared Function ConvertToString( _
       ByVal propertyType As PropertyType _
    ) As System.String
    public static System.string ConvertToString( 
       PropertyType propertyType
    )

    Parameters

    propertyType
    The property type

    Return Value

    A string representing this property type.
    See Also