文字列が指定バイト数以下の場合はtrueを返す

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

戻り値
指定バイト数以下の場合はtrue
アセンブリ:
CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)