Compartilhar via


ByteValue.Implicit Operador

Definição

Sobrecargas

Implicit(Byte to ByteValue)

Inicializa uma nova instância da ByteValue classe convertendo implicitamente o valor fornecido Byte .

Implicit(ByteValue to Byte)

Converte implicitamente o valor especificado em um Byte valor.

Implicit(Byte to ByteValue)

Inicializa uma nova instância da ByteValue classe convertendo implicitamente o valor fornecido 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

O Byte valor.

Retornos

Uma nova ByteValue instância com o valor.

Aplica-se a

Implicit(ByteValue to Byte)

Converte implicitamente o valor especificado em um 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

Retornos

O valor convertido Byte .

Exceções

Lançado quando value é nulo.

Aplica-se a