Conversions.ToString Method
.NET Framework 4.5
Converts the specified object to a String value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ToString() | Returns a string that represents the current object. (Inherited from Object.) |
|
ToString(Boolean) | Converts a Boolean value to a String. |
|
ToString(Byte) | Converts a Byte value to a String. |
|
ToString(Char) | Converts a Char value to a String. |
|
ToString(DateTime) | Converts a DateTime value to a String value. |
|
ToString(Decimal) | Converts a Decimal value to a String value. |
|
ToString(Double) | Converts a Double value to a String value. |
|
ToString(Int16) | Converts a Short value to a String value. |
|
ToString(Int32) | Converts an integer value to a String value. |
|
ToString(Int64) | Converts a Long value to a String value. |
|
ToString(Object) | Converts an object to a String value. |
|
ToString(Single) | Converts a Single value (a single-precision floating point number) to a String value. |
|
ToString(UInt32) | Converts a uint value to a String value. |
|
ToString(UInt64) | Converts a Ulong value to a String value. |
|
ToString(Decimal, NumberFormatInfo) | Converts a Decimal value to a String value, using the specified number format. |
|
ToString(Double, NumberFormatInfo) | Converts a Double value to a String value, using the specified number format. |
|
ToString(Single, NumberFormatInfo) | Converts a Single value to a String value, using the specified number format. |