| XmlConvertToString Method |
| Name | Description | |
|---|---|---|
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ToString(Boolean) |
Converts the System.Boolean to a System.String.
| |
| ToString(Byte) |
Converts the System.Byte to a System.String.
| |
| ToString(Char) |
Converts the System.Char to a System.String.
| |
| ToString(Double) |
Converts the System.Double to a System.String.
| |
| ToString(Guid) |
Converts the System.Guid to a System.String.
| |
| ToString(Int16) |
Converts the System.Int16 to a System.String.
| |
| ToString(Int32) |
Converts the System.Int32 to a System.String.
| |
| ToString(Int64) |
Converts the System.Int64 to a System.String.
| |
| ToString(SByte) |
Converts the System.SByte to a System.String.
| |
| ToString(Single) |
Converts the System.Single to a System.String.
| |
| ToString(UInt16) |
Converts the System.UInt16 to a System.String.
| |
| ToString(UInt32) |
Converts the System.UInt32 to a System.String.
| |
| ToString(UInt64) |
Converts the System.UInt64 to a System.String.
|