XmlSerializationReader::ToByteArrayHex Method (Boolean)
This API supports the product infrastructure and is not intended to be used directly from your code.
Instructs the XmlReader to read the string value at its current position and return it as a hexadecimal byte array.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- isNull
-
Type:
System::Boolean
true to return null; false to return a hexadecimal byte array.
Return Value
Type: array<System::Byte>^A hexadecimal byte array; otherwise, null if the value of the isNull parameter is true.
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Available since 1.1
Silverlight
Available since 2.0