Sdílet prostřednictvím


HexBinaryValue.ToString Method (HexBinaryValue)

Returns the internal String representation of a HexBinaryValue object.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Function ToString ( _
    xmlAttribute As HexBinaryValue _
) As String
'Usage
Dim xmlAttribute As HexBinaryValue
Dim returnValue As String

returnValue = HexBinaryValue.ToString(xmlAttribute)
public static string ToString(
    HexBinaryValue xmlAttribute
)

Parameters

Return Value

Type: System.String
A String value that represents a HexBinaryValue object.

See Also

Reference

HexBinaryValue Class

HexBinaryValue Members

ToString Overload

DocumentFormat.OpenXml Namespace