PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyWrapper<T> Class / ToString Method

In This Topic
    ToString Method
    In This Topic
    Returns a String representing the name of the current value type.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A System.String representing the name of the current value type.
    See Also