[Serializable] |
| ctor #1 | Overloaded:.ctor()Default constructor. This constructor is called by derived class constructors to initialize state in this type.Initializes a new instance of the SoapBase64Binary class. |
| ctor #2 | Overloaded:.ctor(byte[] value) Initializes a new instance of the SoapBase64Binary class with the binary representation of a 64-bit number. |
| Value | Read-write Gets or sets the binary representation of a 64-bit number. |
| XsdType | Read-only Gets the XML Schema definition language (XSD) of the current SOAP type. |
| Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
| GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
| GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
| GetXsdType | Returns the XML Schema definition language (XSD) of the current SOAP type. |
| Parse | Converts the specified String into a SoapBase64Binary object. |
| ToString | Overridden: Returns SoapBase64Binary.Value as a String. |
| Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
| MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public SoapBase64Binary(); |
public SoapBase64Binary( |
value
public byte[] Value {get; set;}
|
public static string XsdType {get;}
|
~SoapBase64Binary(); |
public virtual int GetHashCode(); |
public Type GetType(); |
public string GetXsdType(); |
protected object MemberwiseClone(); |
public static SoapBase64Binary Parse( |
value
| Exception Type | Condition |
|---|---|
| RemotingException | value is null. -or- The length of value is less than 4. -or- The length of value is not an even multiple of 4. |
public override string ToString(); |