Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorInfo Class / ToString Method


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

    Return Value

    Text representation of the operator
    See Also