ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1OrderedSet Class / ToString Method



In This Topic
    ToString Method (C1OrderedSet)
    In This Topic
    Returns a string that represents the current object.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As C1OrderedSet
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    public:
    String^ ToString(); override 

    Return Value

    A string that represents the current object.
    See Also