A Sandcastle Documented Class Library
FindIndex メソッド (source, target, start, count)
名前空間CFW.UtilStringUtilFindIndex(String, String, Int32, Int32)
sourceからtargetの位置を探す。sourceがnulの場合は-1を返す。
宣言の構文
C#Visual BasicVisual C++
public static int FindIndex(
	string source,
	string target,
	int start,
	int count
)
Public Shared Function FindIndex ( _
	source As String, _
	target As String, _
	start As Integer, _
	count As Integer _
) As Integer
public:
static int FindIndex(
	String^ source, 
	String^ target, 
	int start, 
	int count
)
パラメータ
source (String)
検索対象
target (String)
検索文字
start (Int32)
検索開始位置
count (Int32)

[Missing <param name="count"/> documentation for "M:CFW.Util.StringUtil.FindIndex(System.String,System.String,System.Int32,System.Int32)"]

戻り値
見つかった位置

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