WsXmlConvert Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Converts data between common language runtime types and XML Schema definition language (XSD) types.
Inheritance Hierarchy
System. . :: . .Object
Ws.Services.Serialization..::..WsXmlConvert
Namespace: Ws.Services.Serialization
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public NotInheritable Class WsXmlConvert
public static class WsXmlConvert
public ref class WsXmlConvert abstract sealed
[<AbstractClass>]
[<Sealed>]
type WsXmlConvert = class end
public final class WsXmlConvert
The WsXmlConvert type exposes the following members.
Methods
Name | Description | |
---|---|---|
ToBoolean | Converts the String to a Boolean equivalent. | |
ToByte | Converts the String to a Byte equivalent. | |
ToDateTime | Converts the String to a DateTime equivalent. | |
ToDouble | Converts the String to a Double equivalent. | |
ToInt16 | Converts a String to an Int16 equivalent. | |
ToInt32 | Converts the String to a Int32 equivalent. | |
ToInt64 | Converts the String to a Int64 equivalent. | |
ToSByte | Converts the String to an SByte equivalent. | |
ToSingle | Converts the String to a Single equivalent. | |
ToString(Boolean) | Converts the Boolean value to a String. | |
ToString(Byte) | Converts the Byte value to a String. | |
ToString(DateTime) | Converts the DateTime value to a String. | |
ToString(Double) | Converts the Double value to a String. | |
ToString(Int16) | Converts the Int16 value to a String. | |
ToString(Int32) | Converts the Int32 value to a String. | |
ToString(Int64) | Converts the Int64 value to a String. | |
ToString(SByte) | Converts the SByte value to a String. | |
ToString(Single) | Converts the Single value to a String. | |
ToString(TimeSpan) | Converts the TimeSpan value to a String. | |
ToString(UInt16) | Converts the UInt16 value to a String. | |
ToString(UInt32) | Converts the UInt32 value to a String. | |
ToString(UInt64) | Converts the UInt64 value to a String. | |
ToString(Uri) | Converts the Uri value to a String. | |
ToTimeSpan | Converts a String to a TimeSpan equivalent. | |
ToUInt16 | Converts the String to a UInt16 equivalent. | |
ToUInt32 | Converts the String to a UInt32 equivalent. | |
ToUInt64 | Converts the String to a UInt64 equivalent. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.