Bridge

Convert..::..ToString Method

Overload List


  Name Description
Public method Static member ToString(Object)
Converts the value of the specified object to its equivalent string representation.
Public method Static member ToString(Object, IFormatProvider)
Converts the value of the specified object to its equivalent string representation using the specified culture-specific formatting information.
Public method Static member ToString(Char)
Converts the value of the specified object to its equivalent string representation.
Public method Static member ToString(Char, IFormatProvider)
Converts the value of the specified object to its equivalent string representation using the specified culture-specific formatting information.
Public method Static member ToString(Byte, Int32)
Converts the value of an 8-bit unsigned integer to its equivalent string representation in a specified base.
Public method Static member ToString(Int16, Int32)
Converts the value of a 16-bit signed integer to its equivalent string representation in a specified base.
Public method Static member ToString(Int32, Int32)
Converts the value of a 32-bit signed integer to its equivalent string representation in a specified base.
Public method Static member ToString(Int64, Int32)
Converts the value of a 64-bit signed integer to its equivalent string representation in a specified base.