Click or drag to resize
XmlConvert Class
Encodes and decodes XML names and provides methods for converting between common language runtime types and XML Schema definition language (XSD) types. When converting data types the values returned are locale independent.
Inheritance Hierarchy
SystemObject
  System.XmlXmlConvert

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public class XmlConvert

The XmlConvert type exposes the following members.

Constructors
  NameDescription
Public methodXmlConvert
Initializes a new instance of the System.Xml.XmlConvert class.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberToBoolean
Converts the System.String to a System.Boolean equivalent.
Public methodStatic memberToByte
Converts the System.String to a System.Byte equivalent.
Public methodStatic memberToDecimal
Converts the System.String to a System.Decimal equivalent.
Public methodStatic memberToDouble
Converts the System.String to a System.Double equivalent.
Public methodStatic memberToGuid
Converts the System.String to a System.Guid equivalent.
Public methodStatic memberToInt16
Converts the System.String to a System.Int16 equivalent.
Public methodStatic memberToInt32
Converts the System.String to a System.Int32 equivalent.
Public methodStatic memberToInt64
Converts the System.String to a System.Int64 equivalent.
Public methodStatic memberToSByte
Converts the System.String to a System.SByte equivalent.
Public methodStatic memberToSingle
Converts the System.String to a System.Single equivalent.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberToString(Boolean)
Converts the System.Boolean to a System.String.
Public methodStatic memberToString(Byte)
Converts the System.Byte to a System.String.
Public methodStatic memberToString(Char)
Converts the System.Char to a System.String.
Public methodStatic memberToString(Double)
Converts the System.Double to a System.String.
Public methodStatic memberToString(Guid)
Converts the System.Guid to a System.String.
Public methodStatic memberToString(Int16)
Converts the System.Int16 to a System.String.
Public methodStatic memberToString(Int32)
Converts the System.Int32 to a System.String.
Public methodStatic memberToString(Int64)
Converts the System.Int64 to a System.String.
Public methodStatic memberToString(SByte)
Converts the System.SByte to a System.String.
Public methodStatic memberToString(Single)
Converts the System.Single to a System.String.
Public methodStatic memberToString(UInt16)
Converts the System.UInt16 to a System.String.
Public methodStatic memberToString(UInt32)
Converts the System.UInt32 to a System.String.
Public methodStatic memberToString(UInt64)
Converts the System.UInt64 to a System.String.
Public methodStatic memberToUInt16
Converts the System.String to a System.UInt16 equivalent.
Public methodStatic memberToUInt32
Converts the System.String to a System.UInt32 equivalent.
Public methodStatic memberToUInt64
Converts the System.String to a System.UInt64 equivalent.
Top
See Also