Click or drag to resize
ConvertToString Method
Overload List
  NameDescription
Public methodStatic memberToString(Boolean)
Converts the specified Boolean value to its equivalent string representation.
Public methodStatic memberToString(Byte)
Converts the value of the specified 8-bit unsigned integer to its equivalent string representation.
Public methodStatic memberToString(Char)
Converts the value of the specified Unicode character to its equivalent string representation.
Public methodStatic memberToString(DateTime)
Converts the value of the specified DateTime to its equivalent string representation.
Public methodStatic memberToString(Decimal)
Converts the value of the specified decimal number to its equivalent string representation.
Public methodStatic memberToString(Double)
Converts the value of the specified double-precision floating-point number to its equivalent string representation.
Public methodStatic memberToString(Int16)
Converts the value of the specified 16-bit signed integer to its equivalent string representation.
Public methodStatic memberToString(Int32)
Converts the value of the specified 32-bit signed integer to its equivalent string representation.
Public methodStatic memberToString(Int64)
Converts the value of the specified 64-bit signed integer to its equivalent string representation.
Public methodStatic memberToString(Object)
Converts the value of the specified object to its equivalent string representation.
Public methodStatic memberToString(SByte)
Converts the value of the specified 8-bit signed integer to its equivalent string representation.
Public methodStatic memberToString(Single)
Converts the value of the specified single-precision floating-point number to its equivalent string representation.
Public methodStatic memberToString(String)
Returns the specified string instance; no actual conversion is performed.
Public methodStatic memberToString(UInt16)
Converts the value of the specified 16-bit unsigned integer to its equivalent string representation.
Public methodStatic memberToString(UInt32)
Converts the value of the specified 32-bit unsigned integer to its equivalent string representation.
Public methodStatic memberToString(UInt64)
Converts the value of the specified 64-bit unsigned integer to its equivalent string representation.
Public methodStatic memberToString(Boolean, IFormatProvider)
Converts the specified Boolean value to its equivalent string representation.
Public methodStatic memberToString(Byte, IFormatProvider)
Converts the value of the specified 8-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(Byte, Int32)
Converts the value of an 8-bit unsigned integer to its equivalent string representation in a specified base.
Public methodStatic memberToString(Char, IFormatProvider)
Converts the value of the specified Unicode character to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(DateTime, IFormatProvider)
Converts the value of the specified DateTime to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(Decimal, IFormatProvider)
Converts the value of the specified decimal number to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(Double, IFormatProvider)
Converts the value of the specified double-precision floating-point number to its equivalent string representation.
Public methodStatic memberToString(Int16, IFormatProvider)
Converts the value of the specified 16-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(Int16, Int32)
Converts the value of a 16-bit signed integer to its equivalent string representation in a specified base.
Public methodStatic memberToString(Int32, IFormatProvider)
Converts the value of the specified 32-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(Int32, Int32)
Converts the value of a 32-bit signed integer to its equivalent string representation in a specified base.
Public methodStatic memberToString(Int64, IFormatProvider)
Converts the value of the specified 64-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(Int64, Int32)
Converts the value of a 64-bit signed integer to its equivalent string representation in a specified base.
Public methodStatic memberToString(Object, IFormatProvider)
Converts the value of the specified object to its equivalent string representation using the specified culture-specific formatting information.
Public methodStatic memberToString(SByte, IFormatProvider)
Converts the value of the specified 8-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(Single, IFormatProvider)
Converts the value of the specified single-precision floating-point number to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(String, IFormatProvider)
Returns the specified string instance; no actual conversion is performed.
Public methodStatic memberToString(UInt16, IFormatProvider)
Converts the value of the specified 16-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(UInt32, IFormatProvider)
Converts the value of the specified 32-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.
Public methodStatic memberToString(UInt64, IFormatProvider)
Converts the value of the specified 64-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information.
Top
See Also