Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Function StringIndexOf( _ ByVal s As String, _ ByVal c As Char, _ ByVal startIndex As Integer _ ) As Integer |
| C# |
|---|
| public static int StringIndexOf( string s, char c, int startIndex ) |
| C++ |
|---|
| public: static int StringIndexOf( String s, wchar_t c, int startIndex ) |
| J# |
|---|
| public static int StringIndexOf( string s, char c, int startIndex ) |
| JScript |
|---|
| public static
function StringIndexOf( s : String, c : char, startIndex : int ) : int |