Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcFunction Class / ToString Method


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

    Return Value

    String representation of the function
    See Also