Partilhar via


Base64.GetMaxDecodedFromUtf8Length(Int32) Método

Definição

Retorna o tamanho máximo (em bytes) do resultado caso seja necessário decodificar um texto codificado como base 64 sem a extensão de bytes com o tamanho especificado.

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

Parâmetros

length
Int32

O tamanho da extensão de bytes.

Retornos

O tamanho máximo (em bytes) do resultado.

Exceções

length é menor que 0.

Aplica-se a