ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ZoomUnit Structure / ToString Method



In This Topic
    ToString Method (C1ZoomUnit)
    In This Topic
    Returns a string that represents the current object.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As C1ZoomUnit
    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