Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlConvert::ToString Method

 

Converts strongly typed data to an equivalent String representation.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticToString(Boolean)

Converts the Boolean to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(Byte)

Converts the Byte to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(Char)

Converts the Char to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(DateTime)

Obsolete. Converts the DateTime to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(DateTime, String^)

Converts the DateTime to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(DateTime, XmlDateTimeSerializationMode)

Converts the DateTime to a String using the XmlDateTimeSerializationMode specified.

System_CAPS_pubmethodSystem_CAPS_staticToString(DateTimeOffset)

Converts the supplied DateTimeOffset to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(DateTimeOffset, String^)

Converts the supplied DateTimeOffset to a String in the specified format.

System_CAPS_pubmethodSystem_CAPS_staticToString(Decimal)

Converts the Decimal to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(Double)

Converts the Double to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(Guid)

Converts the Guid to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(Int16)

Converts the Int16 to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(Int32)

Converts the Int32 to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(Int64)

Converts the Int64 to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(SByte)

Converts the SByte to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(Single)

Converts the Single to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(TimeSpan)

Converts the TimeSpan to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(UInt16)

Converts the UInt16 to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(UInt32)

Converts the UInt32 to a String.

System_CAPS_pubmethodSystem_CAPS_staticToString(UInt64)

Converts the UInt64 to a String.

Return to top
Show:
© 2017 Microsoft