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

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