Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String function to find a given substring in C#
Message
De
21/02/2008 10:22:48
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01294756
Message ID:
01294761
Vues:
8
This message has been marked as the solution to the initial question of the thread.
Look at

String.IndexOf()

>All,
>
>I have a string and I need to find out at what position in the string a certain value exists. I need to do this in C#. For example:
>
>myString = '123456789Trade=xxxxxx'
>
>I want to interrogate the myString value and determine at what position does "Trade=" start. In this case I need to return the value 10 (or maybe 9 if the 1st position is the 0th position) as this would be the 10th (or 9th) position. I expect this constant value to exist in the string but will be in different positions in a file I am reading.
>
>Please advise as to what method or function I can use for this.
>
>Thanks in advance.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform