Converts a numeric value to a string.
Namespace: Simol.FormattersAssembly: 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 objectImplements
ITypeFormatter..::..ToString(Object)Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | If the value parameter is null |
System..::..ArgumentException | If the value parameter is an unsupported type |