Share via


ByteValue Implicit Conversion (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
)

Parameters

Return Value

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

See Also

Reference

ByteValue Class

ByteValue Members

Implicit Overload

DocumentFormat.OpenXml Namespace