Base64Binary StructureBase64Binary StructureBase64Binary Structure
- XmlPrime 4.1
- Other Versions ▼
Rrepresents Base64-encoded arbitrary binary data.
The corresponding XML Schema type is
xs:base64Binary.
Syntax
Public NotInheritable Base64Binary _ Implements IEquatable(Of Base64Binary), _ IComparable(Of Base64Binary)
public sealed Base64Binary : IEquatable<Base64Binary>, IComparable<Base64Binary>
public: value class Base64Binary sealed : IEquatable<Base64Binary>, IComparable<Base64Binary>
The Base64BinaryBase64BinaryBase64Binary
type exposes the following members.
Constructors
| Constructor | Description | |
|---|---|---|
Base64Binary (byte[])Base64Binary (Byte())Base64Binary (array<byte>^) | Initializes a new instance of the Base64BinaryBase64BinaryBase64Binary struct from the specified byteBytebyte array. | |
| Base64Binary (string)Base64Binary (String)Base64Binary (String^) | Initializes a new instance of the Base64BinaryBase64BinaryBase64Binary struct from the specified stringStringString. |
Methods
Operators
| Operator | Description | |
|---|---|---|
| EqualityEqualityEquality | Returns a value indicating whether two instances of Base64BinaryBase64BinaryBase64Binary are equal. | |
| GreaterThanGreaterThanGreaterThan | Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is greater than another specified Base64BinaryBase64BinaryBase64Binary. | |
| GreaterThanOrEqualGreaterThanOrEqualGreaterThanOrEqual | Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is greater than or equal to another specified Base64BinaryBase64BinaryBase64Binary. | |
| InequalityInequalityInequality | Returns a value indicating whether two instances of Base64BinaryBase64BinaryBase64Binary are not equal. | |
| LessThanLessThanLessThan | Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is less than another specified Base64BinaryBase64BinaryBase64Binary. | |
| LessThanOrEqualLessThanOrEqualLessThanOrEqual | Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is less than or equal to another specified Base64BinaryBase64BinaryBase64Binary. |
