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[] 大小。

適用於