WebEncoders.GetArraySizeRequiredToDecode(Int32) 方法

定义

获取使用 Base64UrlDecode(String, Int32, Char[], Int32, Int32) 方法解码count字符所需的最小char[]大小。

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

参数

count
Int32

要解码的字符数。

返回

解码count字符所需的最小char[]大小。

适用于