A Sandcastle Documented Class Library
CheckByteLength メソッド (aValue, aByteLength)
名前空間CFW.UtilStringCheckerCheckByteLength(String, Int32)
文字列が指定バイト数以下の場合はtrueを返す
宣言の構文
C#Visual BasicVisual C++
public static bool CheckByteLength(
	string aValue,
	int aByteLength
)
Public Shared Function CheckByteLength ( _
	aValue As String, _
	aByteLength As Integer _
) As Boolean
public:
static bool CheckByteLength(
	String^ aValue, 
	int aByteLength
)
パラメータ
aValue (String)
チェック対象文字列
aByteLength (Int32)
指定バイト数
戻り値
指定バイト数以下の場合はtrue

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)