Freigeben über


ByteValue Implicit-Konvertierung (Byte to ByteValue)

Implicit converter from Byte.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As Byte _
) As ByteValue
'Usage
Dim input As Byte
Dim output As ByteValue

output = CType(input, ByteValue)
public static implicit operator ByteValue (
    byte value
)

Parameter

Rückgabewert

Typ: DocumentFormat.OpenXml.ByteValue
A new ByteValue instance with the value.

Siehe auch

Referenz

ByteValue Klasse

ByteValue-Member

Implicit Überladung

DocumentFormat.OpenXml-Namespace