HexBinaryValue.ToString(HexBinaryValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the String value representation of a HexBinaryValue object.
public static string ToString (DocumentFormat.OpenXml.HexBinaryValue xmlAttribute);
public static string? ToString (DocumentFormat.OpenXml.HexBinaryValue value);
static member ToString : DocumentFormat.OpenXml.HexBinaryValue -> string
static member ToString : DocumentFormat.OpenXml.HexBinaryValue -> string
Public Shared Function ToString (xmlAttribute As HexBinaryValue) As String
Public Shared Function ToString (value As HexBinaryValue) As String
Parameters
- xmlAttributevalue
- HexBinaryValue
Returns
A String value that represents a HexBinaryValue object.