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
- value
Type: System.Byte
The specified value.
Return Value
Type: DocumentFormat.OpenXml.ByteValue
A new ByteValue instance with the value.