Compartir a través de


ByteValue.Implicit Operador

Definición

Sobrecargas

Implicit(Byte to ByteValue)

Inicializa una nueva instancia de la clase mediante la ByteValue conversión implícita del valor proporcionado Byte .

Implicit(ByteValue to Byte)

Convierte implícitamente el valor especificado en un Byte valor.

Implicit(Byte to ByteValue)

Inicializa una nueva instancia de la clase mediante la ByteValue conversión implícita del valor proporcionado Byte .

public static implicit operator DocumentFormat.OpenXml.ByteValue (byte value);
static member op_Implicit : byte -> DocumentFormat.OpenXml.ByteValue
Public Shared Widening Operator CType (value As Byte) As ByteValue

Parámetros

value
Byte

Valor Byte .

Devoluciones

Una nueva ByteValue instancia con el valor .

Se aplica a

Implicit(ByteValue to Byte)

Convierte implícitamente el valor especificado en un Byte valor.

public static implicit operator byte (DocumentFormat.OpenXml.ByteValue xmlAttribute);
public static implicit operator byte (DocumentFormat.OpenXml.ByteValue value);
static member op_Implicit : DocumentFormat.OpenXml.ByteValue -> byte
static member op_Implicit : DocumentFormat.OpenXml.ByteValue -> byte
Public Shared Widening Operator CType (xmlAttribute As ByteValue) As Byte
Public Shared Widening Operator CType (value As ByteValue) As Byte

Parámetros

xmlAttributevalue
ByteValue

Devoluciones

Valor convertido Byte .

Excepciones

Se produce cuando value es null.

Se aplica a