Converts a numeric value to a string.

Namespace: Simol.Formatters
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public virtual string ToString(
	Object value
)
Visual Basic
Public Overridable Function ToString ( _
	value As Object _
) As String
Visual C++
public:
virtual String^ ToString(
	Object^ value
)

Parameters

value
Type: System..::..Object
The value to convert.

Return Value

The converted object

Implements

ITypeFormatter..::..ToString(Object)

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionIf the value parameter is null
System..::..ArgumentExceptionIf the value parameter is an unsupported type

See Also