ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.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 String
    public static string ConvertToString( 
       PropertyType propertyType
    )

    Parameters

    propertyType
    The property type

    Return Value

    A string representing this property type.
    See Also