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


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

    Return Value

    String representation of the function
    See Also