WebEncoders.GetArraySizeRequiredToDecode(Int32) Method

Definition

Gets the minimum char[] size required for decoding of count characters with the Base64UrlDecode(String, Int32, Char[], Int32, Int32) method.

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

Parameters

count
Int32

The number of characters to decode.

Returns

The minimum char[] size required for decoding of count characters.

Applies to