A Sandcastle Documented Class Library
CheckFormatString メソッド (aValue, format)
名前空間CFW.UtilTypeCheckerCheckFormatString(String, String)
入力文字列が指定フォーマットにしたがっているかどうかのチェック
宣言の構文
C#Visual BasicVisual C++
public static bool CheckFormatString(
	string aValue,
	string format
)
Public Shared Function CheckFormatString ( _
	aValue As String, _
	format As String _
) As Boolean
public:
static bool CheckFormatString(
	String^ aValue, 
	String^ format
)
パラメータ
aValue (String)
対象文字列
format (String)
フォーマット(正規表現)
戻り値
OKならtrue

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