ByteValue.Implicit Operador
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
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
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.