Click or drag to resize

HexBinaryValueToString(HexBinaryValue) Method

Returns the String value representation of a HexBinaryValue object.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public static string? ToString(
	HexBinaryValue value
)

Parameters

value  HexBinaryValue
A HexBinaryValue object used to retrieve a String value representation.

Return Value

String
A String value that represents a HexBinaryValue object.
See Also