Freigeben über


HexBinaryValue.FromString-Methode

Returns a new HexBinaryValue object created from String.

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

Syntax

'Declaration
Public Shared Function FromString ( _
    value As String _
) As HexBinaryValue
'Usage
Dim value As String
Dim returnValue As HexBinaryValue

returnValue = HexBinaryValue.FromString(value)
public static HexBinaryValue FromString(
    string value
)

Parameter

  • value
    Typ: System.String
    A String value to create a new HexBinaryValue object from.

Rückgabewert

Typ: DocumentFormat.OpenXml.HexBinaryValue
A HexBinaryValue that corresponds to the value parameter.

Siehe auch

Referenz

HexBinaryValue Klasse

HexBinaryValue-Member

DocumentFormat.OpenXml-Namespace