Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcConvert Class / ToString Method / ToString(Object) Method
Value to convert


ToString(Object) Method
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)

Parameters

value
Value to convert

Return Value

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