ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / TypeSerializationAttribute Class / ToString Method

In This Topic
    ToString Method (TypeSerializationAttribute)
    In This Topic
    Returns string representation of the attribute
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    string representation of the attribute
    See Also