XmlConvert Class |
Namespace: System.Xml
public class XmlConvert
The XmlConvert type exposes the following members.
Name | Description | |
---|---|---|
XmlConvert |
Initializes a new instance of the System.Xml.XmlConvert class.
|
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToBoolean |
Converts the System.String to a System.Boolean equivalent.
| |
ToByte |
Converts the System.String to a System.Byte equivalent.
| |
ToDecimal |
Converts the System.String to a System.Decimal equivalent.
| |
ToDouble |
Converts the System.String to a System.Double equivalent.
| |
ToGuid |
Converts the System.String to a System.Guid equivalent.
| |
ToInt16 |
Converts the System.String to a System.Int16 equivalent.
| |
ToInt32 |
Converts the System.String to a System.Int32 equivalent.
| |
ToInt64 |
Converts the System.String to a System.Int64 equivalent.
| |
ToSByte |
Converts the System.String to a System.SByte equivalent.
| |
ToSingle |
Converts the System.String to a System.Single equivalent.
| |
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.
| |
ToUInt16 |
Converts the System.String to a System.UInt16 equivalent.
| |
ToUInt32 |
Converts the System.String to a System.UInt32 equivalent.
| |
ToUInt64 |
Converts the System.String to a System.UInt64 equivalent.
|