A Sandcastle Documented Class Library
CheckStringLengthWide メソッド (aValue, aLength)
名前空間CFW.UtilTypeCheckerCheckStringLengthWide(String, Int32)
文字列長さチェック(ワイド文字列版)
宣言の構文
C#Visual BasicVisual C++
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
)
パラメータ
aValue (String)
チェック対象文字列
aLength (Int32)
文字数
戻り値
指定以内ならtrue

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