CurrentValueRecord.GetByte(Int32) Méthode
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.
Récupère la valeur de champ en tant qu'octet.
public:
override System::Byte GetByte(int ordinal);
public override byte GetByte(int ordinal);
override this.GetByte : int -> byte
Public Overrides Function GetByte (ordinal As Integer) As Byte
Paramètres
- ordinal
- Int32
Ordinal du champ.
Retours
Valeur du champ en tant qu'octet.