HexBinaryValue.TryGetBytes(Byte[]) 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.
Tente de récupérer les octets associés à ce HexBinaryValue , le cas échéant.
public bool TryGetBytes (out byte[] bytes);
member this.TryGetBytes : Byte[] -> bool
Public Function TryGetBytes (ByRef bytes As Byte()) As Boolean
Paramètres
- bytes
- Byte[]
Octets en cas d’écriture réussie.
Retours
Indique si les octets ont été correctement écrits.