FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CovarFunctionInfo Class / ToString Method


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

Return Value

String representation of the function
See Also