[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
ToString()()()
Returns the string representation of the value of this instance.
(Overrides ValueType..::.ToString()()().)
ToString(String)
Formats the value of the current instance using the specified format, numeric format information is obtained from current locale setting of the operating system. If you want to use custom IFormatProvider use overloaded ToString()()() function.
ToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.

See Also