HexBinary Constructor (string)HexBinary Constructor (String)HexBinary Constructor (String^)
- XmlPrime 5.0
- Other Versions ▼
Initializes a new instance of the HexBinaryHexBinaryHexBinary 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. |