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 value to a String.

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 methodStatic member ToString(Boolean) Converts the Boolean value to a String.
Public methodStatic member ToString(Byte) Converts the Byte value to a String.
Public methodStatic member ToString(DateTime) Converts the DateTime value to a String.
Public methodStatic member ToString(Double) Converts the Double value to a String.
Public methodStatic member ToString(Int16) Converts the Int16 value to a String.
Public methodStatic member ToString(Int32) Converts the Int32 value to a String.
Public methodStatic member ToString(Int64) Converts the Int64 value to a String.
Public methodStatic member ToString(SByte) Converts the SByte value to a String.
Public methodStatic member ToString(Single) Converts the Single value to a String.
Public methodStatic member ToString(TimeSpan) Converts the TimeSpan value to a String.
Public methodStatic member ToString(UInt16) Converts the UInt16 value to a String.
Public methodStatic member ToString(UInt32) Converts the UInt32 value to a String.
Public methodStatic member ToString(UInt64) Converts the UInt64 value to a String.
Public methodStatic member ToString(Uri) Converts the Uri value to a String.

Top

See Also

Reference

WsXmlConvert Class

Ws.Services.Serialization Namespace