Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcConvert Class / ToString Method / ToString(Object) Method
Value to convert


In This Topic
    ToString(Object) Method
    In This Topic
    Converts the specified value to a string representation.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ToString( _
       ByVal value As Object _
    ) As String
    'Usage
     
    
    Dim value As Object
    Dim value As String
     
    value = CalcConvert.ToString(value)
    public static string ToString( 
       object value
    )

    Parameters

    value
    Value to convert

    Return Value

    String representation of the specified value
    Exceptions
    ExceptionDescription
    Value cannot be converted.
    See Also