Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcError Class / ToString Method


In This Topic
ToString Method (CalcError)
In This Topic
Returns a string representation of the error.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 
'Usage
 
Dim instance As CalcError
Dim value As String
 
value = instance.ToString()

Return Value

String representation of the error
See Also