GrapeCity Secure Mail for .NET 4.0J
GetMaxByteCount メソッド

エンコードする文字数。
指定した文字数をエンコードするために必要な最大バイト数を計算します。
シンタックス
Public Overrides Function GetMaxByteCount( _
   ByVal charCount As Integer _
) As Integer
public override int GetMaxByteCount( 
   int charCount
)

パラメータ

charCount
エンコードする文字数。

戻り値の型

charCount個の文字をエンコードするために必要な最大バイト数。
例外
例外解説
System.ArgumentOutOfRangeExceptioncharCountがゼロ未満です。
解説
GetBytes(Char[],Int32,Int32,Byte[],Int32)がエンコードされた文字を格納するために必要とする配列サイズを正確に計算するには、GetByteCount(Char[],Int32,Int32)を使用します。最大の配列サイズを計算するには、GetMaxByteCountを使用します。
参照

参照

ImapUTF7 クラス
ImapUTF7 メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.