Share via


ToString Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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.

Overload List

  Name Description
Public method ToString() () () () Returns a string that represents the current object. (Inherited from Object.)
Public methodStatic member ToString(Boolean) Converts a Boolean value to a String.
Public methodStatic member ToString(Byte) Converts a Byte value to a String.
Public methodStatic member ToString(Char) Converts a Char value to a String.
Public methodStatic member ToString(DateTime) Converts a DateTime value to a String value.
Public methodStatic member ToString(Double) Converts a Double value to a String value.
Public methodStatic member ToString(Int16) Converts a Short value to a String value.
Public methodStatic member ToString(Int32) Converts an integer value to a String value.
Public methodStatic member ToString(Int64) Converts a Long value to a String value.
Public methodStatic member ToString(Object) Converts an object to a String value.
Public methodStatic member ToString(Single) Converts a Single value (a single-precision floating point number) to a String value.
Public methodStatic member ToString(UInt32) Converts a uint value to a String value.
Public methodStatic member ToString(UInt64) Converts a Ulong value to a String value.

Top

See Also

Reference

Conversions Class

Microsoft.VisualBasic.CompilerServices Namespace