WebEncoders.GetArraySizeRequiredToDecode(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.