Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is CHARINDEX equivalent in C#?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 3.0
Database:
Visual FoxPro
Divers
Thread ID:
01465445
Message ID:
01465450
Vues:
67
This message has been marked as the solution to the initial question of the thread.
string str = "abcdefghijk";
int idx;

Console.WriteLine("str: " + str);

idx = str.LastIndexOf('h');
Console.WriteLine("Index of last 'h': " + idx);
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform