Freigeben über


ByteValue.FromByte-Methode

Returns a new ByteValue object created from Byte.

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

Syntax

'Declaration
Public Shared Function FromByte ( _
    value As Byte _
) As ByteValue
'Usage
Dim value As Byte
Dim returnValue As ByteValue

returnValue = ByteValue.FromByte(value)
public static ByteValue FromByte(
    byte value
)

Parameter

  • value
    Typ: System.Byte
    A Byte value to create a new ByteValue object from.

Rückgabewert

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

Siehe auch

Referenz

ByteValue Klasse

ByteValue-Member

DocumentFormat.OpenXml-Namespace