Base64Binary Constructor (byte[])Base64Binary Constructor (Byte())Base64Binary Constructor (array
<byte>^)
- XmlPrime 5.0
- Other Versions ▼
Initializes a new instance of the Base64BinaryBase64BinaryBase64Binary struct from the specified byteBytebyte array.
Parameters
- value
Type: System.Byte[]System.Byte()
array
<System::Byte>^The value.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | Raised when value is null
a null reference (Nothing in Visual Basic)
nullptr . |