ByteValue.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Implicit(Byte to ByteValue) |
Initialise une nouvelle instance de la ByteValue classe en convertissant implicitement la valeur fournieByte. |
Implicit(ByteValue to Byte) |
Convertit implicitement la valeur spécifiée en valeur Byte . |
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
Paramètres
Retours
ByteValue Nouvelle instance avec la valeur .
S’applique à
Implicit(ByteValue to Byte)
Convertit implicitement la valeur spécifiée en valeur Byte .
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
Paramètres
- xmlAttributevalue
- ByteValue
Retours
Valeur convertie Byte .
Exceptions
Levée quand value
a la valeur null.