Udostępnij za pośrednictwem


WebEncoders.GetArraySizeRequiredToDecode(Int32) Metoda

Definicja

Pobiera minimalny char[] rozmiar wymagany do dekodowania count znaków za pomocą Base64UrlDecode(String, Int32, Char[], Int32, Int32) metody .

public:
 static int GetArraySizeRequiredToDecode(int count);
public static int GetArraySizeRequiredToDecode (int count);
static member GetArraySizeRequiredToDecode : int -> int
Public Shared Function GetArraySizeRequiredToDecode (count As Integer) As Integer

Parametry

count
Int32

Liczba znaków do dekodowania.

Zwraca

Minimalny char[] rozmiar wymagany do dekodowania count znaków.

Dotyczy