Spread ASP.NET 17
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()
    public override string ToString()

    Return Value

    String containing the string equivalent
    See Also