WebEncoders.GetArraySizeRequiredToEncode(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メソッドを使用して 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[]サイズ。