Mono Class Library: Overview

System.Xml.XmlConvert: Members

The members of System.Xml.XmlConvert are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs a new instance of the System.Xml.XmlConvert class.

Public Methods

static
DecodeName(string) : string
Decodes a name.
static
EncodeLocalName(string) : string
Converts a name to a valid XML local name.
static
EncodeName(string) : string
Converts a name to a valid XML name.
static
EncodeNmToken(string) : string
Converts a name to a valid XML name token.
static
ToBoolean(string) : bool
Converts a string to a bool equivalent.
static
ToByte(string) : byte
Converts a string to a byte equivalent.
static
ToChar(string) : char
Converts a string to a char equivalent.
static
ToDateTime(string) : DateTime
Converts a string to a DateTime equivalent.
static
ToDateTime(string, string) : DateTime
Converts a string to a DateTime equivalent.
static
ToDateTime(string, string[]) : DateTime
Converts a string to a DateTime equivalent.
static
ToDateTime(string, XmlDateTimeSerializationMode) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTimeOffset(string) : DateTimeOffset
Documentation for this section has not yet been entered.
static
ToDateTimeOffset(string, string) : DateTimeOffset
Documentation for this section has not yet been entered.
static
ToDateTimeOffset(string, string[]) : DateTimeOffset
Documentation for this section has not yet been entered.
static
ToDecimal(string) : decimal
Converts a string to a decimal equivalent.
static
ToDouble(string) : double
Converts a string to a double equivalent.
static
ToGuid(string) : Guid
Documentation for this section has not yet been entered.
static
ToInt16(string) : short
Converts a string to a short equivalent.
static
ToInt32(string) : int
Converts a string to a int equivalent.
static
ToInt64(string) : long
Converts a string to a long equivalent.
static
ToSByte(string) : sbyte
Converts a string to a sbyte equivalent.
static
ToSingle(string) : float
Converts a string to a float equivalent.
static
ToString(bool) : string
Converts a bool to a string.
static
ToString(byte) : string
Converts a byte to a string .
static
ToString(char) : string
Converts a char to a string.
static
ToString(DateTime) : string
Converts a DateTime to a string .
static
ToString(DateTimeOffset) : string
Documentation for this section has not yet been entered.
static
ToString(decimal) : string
Converts a decimal to a string .
static
ToString(double) : string
Converts a char to a string .
static
ToString(Guid) : string
Documentation for this section has not yet been entered.
static
ToString(short) : string
Converts a short to a string.
static
ToString(int) : string
Converts a int to a string .
static
ToString(long) : string
Converts a long to a string .
static
ToString(sbyte) : string
Converts a sbyte to a string .
static
ToString(float) : string
Converts a float to a string .
static
ToString(TimeSpan) : string
Converts a TimeSpan to a string.
static
ToString(ushort) : string
Converts a ushort to a string .
static
ToString(uint) : string
Converts a uint to a string .
static
ToString(ulong) : string
Converts a ulong to a string .
static
ToString(DateTime, string) : string
Converts a DateTime to a string .
static
ToString(DateTime, XmlDateTimeSerializationMode) : string
Documentation for this section has not yet been entered.
static
ToString(DateTimeOffset, string) : string
Documentation for this section has not yet been entered.
static
ToTimeSpan(string) : TimeSpan
Converts a string to a TimeSpan equivalent.
static
ToUInt16(string) : ushort
Converts a string to a ushort equivalent.
static
ToUInt32(string) : uint
Converts a string to a uint equivalent.
static
ToUInt64(string) : ulong
Converts a string to a ulong equivalent.
static
VerifyName(string) : string
Verifies that the name is a valid name as defined in the W3C Extended Markup Language recommendation (REC-xml-names-19990114).
static
VerifyNCName(string) : string
Verifies that the name is a valid qualified name as defined in the W3C Extended Markup Language recommendation (REC-xml-names-19990114).
static
VerifyNMTOKEN(string) : string
Documentation for this section has not yet been entered.
static
VerifyTOKEN(string) : string
Documentation for this section has not yet been entered.