文字列長さチェック(byte長指定)

宣言の構文
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
)

戻り値
指定以内ならtrue
アセンブリ:
CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)