Condividi tramite


OpenTypeMethods.IndexOf(Object, Object) Metodo

Definizione

Restituisce l'indice di una sottostringa nella stringa di destinazione.

public:
 static System::Object ^ IndexOf(System::Object ^ targetString, System::Object ^ substring);
public static object IndexOf (object targetString, object substring);
static member IndexOf : obj * obj -> obj
Public Shared Function IndexOf (targetString As Object, substring As Object) As Object

Parametri

targetString
Object

La stringa di destinazione.

substring
Object

La sottostringa da trovare.

Restituisce

Indice del percorso di substring in targetString.

Commenti

Il metodo IndexOf restituisce un valore Null quando non è possibile trovare substring in targetString.

Si applica a