文字列長さチェック(ワイド文字列版)

宣言の構文
public static bool CheckStringLengthWide(
string aValue,
int aLength
)
Public Shared Function CheckStringLengthWide ( _
aValue As String, _
aLength As Integer _
) As Boolean
public:
static bool CheckStringLengthWide(
String^ aValue,
int aLength
)

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