Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / OperatorInfo Class / ToString Method


In This Topic
    ToString Method (OperatorInfo)
    In This Topic
    Returns the text representation of the operator.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As OperatorInfo
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    Text representation of the operator
    See Also