Mono Class Library: OverviewSystem.Xml.XmlConvert: Members |
The members of System.Xml.XmlConvert are listed below.
See Also: Inherited members from System.Object
Constructs a new instance of the System.Xml.XmlConvert class.
staticDecodeName(string) : string Decodes a name. staticEncodeLocalName(string) : string Converts a name to a valid XML local name. staticEncodeName(string) : string Converts a name to a valid XML name. staticEncodeNmToken(string) : string Converts a name to a valid XML name token. staticToBoolean(string) : bool Converts a string to a bool equivalent. staticToByte(string) : byte Converts a string to a byte equivalent. staticToChar(string) : char Converts a string to a char equivalent. staticToDateTime(string) : DateTime Converts a string to a DateTime equivalent. staticToDateTime(string, string) : DateTime Converts a string to a DateTime equivalent. staticToDateTime(string, string[]) : DateTime Converts a string to a DateTime equivalent. staticToDateTime(string, XmlDateTimeSerializationMode) : DateTime Documentation for this section has not yet been entered. staticToDateTimeOffset(string) : DateTimeOffset Documentation for this section has not yet been entered. staticToDateTimeOffset(string, string) : DateTimeOffset Documentation for this section has not yet been entered. staticToDateTimeOffset(string, string[]) : DateTimeOffset Documentation for this section has not yet been entered. staticToDecimal(string) : decimal Converts a string to a decimal equivalent. staticToDouble(string) : double Converts a string to a double equivalent. staticToGuid(string) : Guid Documentation for this section has not yet been entered. staticToInt16(string) : short Converts a string to a short equivalent. staticToInt32(string) : int Converts a string to a int equivalent. staticToInt64(string) : long Converts a string to a long equivalent. staticToSByte(string) : sbyte Converts a string to a sbyte equivalent. staticToSingle(string) : float Converts a string to a float equivalent. staticToString(bool) : string Converts a bool to a string. staticToString(byte) : string Converts a byte to a string . staticToString(char) : string Converts a char to a string. staticToString(DateTime) : string Converts a DateTime to a string . staticToString(DateTimeOffset) : string Documentation for this section has not yet been entered. staticToString(decimal) : string Converts a decimal to a string . staticToString(double) : string Converts a char to a string . staticToString(Guid) : string Documentation for this section has not yet been entered. staticToString(short) : string Converts a short to a string. staticToString(int) : string Converts a int to a string . staticToString(long) : string Converts a long to a string . staticToString(sbyte) : string Converts a sbyte to a string . staticToString(float) : string Converts a float to a string . staticToString(TimeSpan) : string Converts a TimeSpan to a string. staticToString(ushort) : string Converts a ushort to a string . staticToString(uint) : string Converts a uint to a string . staticToString(ulong) : string Converts a ulong to a string . staticToString(DateTime, string) : string Converts a DateTime to a string . staticToString(DateTime, XmlDateTimeSerializationMode) : string Documentation for this section has not yet been entered. staticToString(DateTimeOffset, string) : string Documentation for this section has not yet been entered. staticToTimeSpan(string) : TimeSpan Converts a string to a TimeSpan equivalent. staticToUInt16(string) : ushort Converts a string to a ushort equivalent. staticToUInt32(string) : uint Converts a string to a uint equivalent. staticToUInt64(string) : ulong Converts a string to a ulong equivalent. staticVerifyName(string) : string Verifies that the name is a valid name as defined in the W3C Extended Markup Language recommendation (REC-xml-names-19990114). staticVerifyNCName(string) : string Verifies that the name is a valid qualified name as defined in the W3C Extended Markup Language recommendation (REC-xml-names-19990114). staticVerifyNMTOKEN(string) : string Documentation for this section has not yet been entered. staticVerifyTOKEN(string) : string Documentation for this section has not yet been entered.