WebEncoders.GetArraySizeRequiredToEncode(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.
Obtenez la taille de sortie char[]
minimale requise pour l’encodage count
Bytede s avec la Base64UrlEncode(Byte[], Int32, Char[], Int32, Int32) méthode .
public:
static int GetArraySizeRequiredToEncode(int count);
public static int GetArraySizeRequiredToEncode (int count);
static member GetArraySizeRequiredToEncode : int -> int
Public Shared Function GetArraySizeRequiredToEncode (count As Integer) As Integer
Paramètres
- count
- Int32
Nombre de caractères à encoder.
Retours
Taille de sortie char[]
minimale requise pour l’encodage count
Bytes.