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
Public methodStatic member ToBoolean Converts the String to a Boolean equivalent.
Public methodStatic member ToByte Converts the String to a Byte equivalent.
Public methodStatic member ToDateTime Converts the String to a DateTime equivalent.
Public methodStatic member ToDouble Converts the String to a Double equivalent.
Public methodStatic member ToInt16 Converts a String to an Int16 equivalent.
Public methodStatic member ToInt32 Converts the String to a Int32 equivalent.
Public methodStatic member ToInt64 Converts the String to a Int64 equivalent.
Public methodStatic member ToSByte Converts the String to an SByte equivalent.
Public methodStatic member ToSingle Converts the String to a Single equivalent.
Public methodStatic member ToString(Boolean) Converts the Boolean value to a String.
Public methodStatic member ToString(Byte) Converts the Byte value to a String.
Public methodStatic member ToString(DateTime) Converts the DateTime value to a String.
Public methodStatic member ToString(Double) Converts the Double value to a String.
Public methodStatic member ToString(Int16) Converts the Int16 value to a String.
Public methodStatic member ToString(Int32) Converts the Int32 value to a String.
Public methodStatic member ToString(Int64) Converts the Int64 value to a String.
Public methodStatic member ToString(SByte) Converts the SByte value to a String.
Public methodStatic member ToString(Single) Converts the Single value to a String.
Public methodStatic member ToString(TimeSpan) Converts the TimeSpan value to a String.
Public methodStatic member ToString(UInt16) Converts the UInt16 value to a String.
Public methodStatic member ToString(UInt32) Converts the UInt32 value to a String.
Public methodStatic member ToString(UInt64) Converts the UInt64 value to a String.
Public methodStatic member ToString(Uri) Converts the Uri value to a String.
Public methodStatic member ToTimeSpan Converts a String to a TimeSpan equivalent.
Public methodStatic member ToUInt16 Converts the String to a UInt16 equivalent.
Public methodStatic member ToUInt32 Converts the String to a UInt32 equivalent.
Public methodStatic member 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.

See Also

Reference

Ws.Services.Serialization Namespace