The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Conversions::ToString Method
.NET Framework (current version)
Converts the specified object to a String value.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | ToString(Boolean) | |
![]() ![]() | ToString(Byte) | |
![]() ![]() | ToString(Char) | |
![]() ![]() | ToString(DateTime) | |
![]() ![]() | ToString(Decimal) | |
![]() ![]() | ToString(Decimal, NumberFormatInfo^) | |
![]() ![]() | ToString(Double) | |
![]() ![]() | ToString(Double, NumberFormatInfo^) | |
![]() ![]() | 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) | |
![]() ![]() | ToString(Single, NumberFormatInfo^) | |
![]() ![]() | ToString(UInt32) | Converts a uint value to a String value. |
![]() ![]() | ToString(UInt64) | Converts a Ulong value to a String value. |
Show:

