Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Converts the specified object to a String value.

Namespace:   Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

NameDescription
System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticToString(Boolean)

Converts a Boolean value to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(Byte)

Converts a Byte value to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(Char)

Converts a Char value to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(DateTime)

Converts a DateTime value to a String value.

System_CAPS_pubmethodSystem_CAPS_staticToString(Decimal)

Converts a Decimal value to a String value.

System_CAPS_pubmethodSystem_CAPS_staticToString(Decimal, NumberFormatInfo^)

Converts a Decimal value to a String value, using the specified number format.

System_CAPS_pubmethodSystem_CAPS_staticToString(Double)

Converts a Double value to a String value.

System_CAPS_pubmethodSystem_CAPS_staticToString(Double, NumberFormatInfo^)

Converts a Double value to a String value, using the specified number format.

System_CAPS_pubmethodSystem_CAPS_staticToString(Int16)

Converts a Short value to a String value.

System_CAPS_pubmethodSystem_CAPS_staticToString(Int32)

Converts an integer value to a String value.

System_CAPS_pubmethodSystem_CAPS_staticToString(Int64)

Converts a Long value to a String value.

System_CAPS_pubmethodSystem_CAPS_staticToString(Object^)

Converts an object to a String value.

System_CAPS_pubmethodSystem_CAPS_staticToString(Single)

Converts a Single value (a single-precision floating point number) to a String value.

System_CAPS_pubmethodSystem_CAPS_staticToString(Single, NumberFormatInfo^)

Converts a Single value to a String value, using the specified number format.

System_CAPS_pubmethodSystem_CAPS_staticToString(UInt32)

Converts a uint value to a String value.

System_CAPS_pubmethodSystem_CAPS_staticToString(UInt64)

Converts a Ulong value to a String value.

Return to top
Show:
© 2017 Microsoft