Spread for ASP.NET 12 Product Documentation
ToString(Object) Method


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > CalcConvert Class > ToString Method : ToString(Object) Method
Value to convert
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

Reference

CalcConvert Class
CalcConvert Members
Overload List