A Sandcastle Documented Class Library
CheckStringLengthByte メソッド (aValue, aBytes)
名前空間CFW.UtilTypeCheckerCheckStringLengthByte(String, Int32)
文字列長さチェック(byte長指定)
宣言の構文
C#Visual BasicVisual C++
public static bool CheckStringLengthByte(
	string aValue,
	int aBytes
)
Public Shared Function CheckStringLengthByte ( _
	aValue As String, _
	aBytes As Integer _
) As Boolean
public:
static bool CheckStringLengthByte(
	String^ aValue, 
	int aBytes
)
パラメータ
aValue (String)
チェック対象文字列
aBytes (Int32)
バイト数
戻り値
指定以内ならtrue

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