[]
        
(Showing Draft Content)

FarPoint.CalcEngine.CalcConvert.ToString

ToString Method

ToString(object)

Converts the specified value to a string representation.

Declaration
public static string ToString(object value)
Public Shared Function ToString(value As Object) As String
Parameters
Type Name Description
object value

Value to convert

Returns
Type Description
string

String representation of the specified value

Exceptions
Type Condition
InvalidCastException

Value cannot be converted.