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
.NET Framework (current version)
Converts strongly typed data to an equivalent String representation.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | ToString(Boolean) | |
![]() ![]() | ToString(Byte) | |
![]() ![]() | ToString(Char) | |
![]() ![]() | ToString(DateTime) | |
![]() ![]() | ToString(DateTime, String^) | |
![]() ![]() | ToString(DateTime, XmlDateTimeSerializationMode) | Converts the DateTime to a String using the XmlDateTimeSerializationMode specified. |
![]() ![]() | ToString(DateTimeOffset) | Converts the supplied DateTimeOffset to a String. |
![]() ![]() | ToString(DateTimeOffset, String^) | Converts the supplied DateTimeOffset to a String in the specified format. |
![]() ![]() | ToString(Decimal) | |
![]() ![]() | ToString(Double) | |
![]() ![]() | ToString(Guid) | |
![]() ![]() | ToString(Int16) | |
![]() ![]() | ToString(Int32) | |
![]() ![]() | ToString(Int64) | |
![]() ![]() | ToString(SByte) | |
![]() ![]() | ToString(Single) | |
![]() ![]() | ToString(TimeSpan) | |
![]() ![]() | ToString(UInt16) | |
![]() ![]() | ToString(UInt32) | |
![]() ![]() | ToString(UInt64) |
Show:

