共用方式為


WebEncoders.GetArraySizeRequiredToEncode(Int32) 方法

定義

使用 方法取得編碼 countByteBase64UrlEncode(Byte[], Int32, Char[], Int32, Int32) 所需的最小輸出 char[] 大小。

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

參數

count
Int32

要編碼的字元數。

傳回

編碼 countByte 所需的最小輸出 char[] 大小。

適用於