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


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

    Return Value

    String representation of the function
    See Also