Spread Windows Forms 12.0 Product Documentation
ToString Method (FunctionInfo)


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > FunctionInfo Class : ToString Method
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

Reference

FunctionInfo Class
FunctionInfo Members