Base64Binary Constructor (string)Base64Binary Constructor (String)Base64Binary Constructor (String^)
- XmlPrime 4.0
- Other Versions ▼
Initializes a new instance of the Base64BinaryBase64BinaryBase64Binary struct from the specified stringStringString.
Parameters
- value
Type: System.StringSystem.StringSystem::String^
A stringStringString whose lexical value is a base 64 encoded binary value.
Exceptions
| Exception | Condition |
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException | Raised when value is null
a null reference (Nothing in Visual Basic)
nullptr. |
| FormatExceptionFormatExceptionFormatException | Raised when value is not a valid lexical base 64 encoded binary value. |
