Partager via


Base64.GetMaxDecodedFromUtf8Length(Int32) Méthode

Définition

Retourne la longueur maximale (en octets) du résultat, si vous deviez décoder le texte codé en base 64 dans une étendue d’octets avec la longueur spécifiée.

public:
 static int GetMaxDecodedFromUtf8Length(int length);
public static int GetMaxDecodedFromUtf8Length (int length);
static member GetMaxDecodedFromUtf8Length : int -> int
Public Shared Function GetMaxDecodedFromUtf8Length (length As Integer) As Integer

Paramètres

length
Int32

Taille de l’étendue d’octets.

Retours

Longueur maximale (en octets) du résultat.

Exceptions

length est inférieur à 0.

S’applique à