SByteValue.FromSByte(SByte) 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.
Retourne un nouvel SByteValue objet créé à partir d’une valeur Byte.
public static DocumentFormat.OpenXml.SByteValue FromSByte (sbyte value);
static member FromSByte : sbyte -> DocumentFormat.OpenXml.SByteValue
Public Shared Function FromSByte (value As SByte) As SByteValue
Paramètres
- value
- SByte
Valeur SByte à utiliser pour créer un SByteValue objet.
Retours
SByteValue qui correspond au paramètre value.