WebEncoders.GetArraySizeRequiredToEncode(Int32) メソッド

定義

メソッドを使用して s をエンコードcountByteするために必要な最小出力char[]サイズをBase64UrlEncode(Byte[], Int32, Char[], Int32, Int32)取得します。

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[]サイズ。

適用対象