Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alternative to Mid()
Message
De
12/10/2010 03:56:31
 
 
À
12/10/2010 03:43:40
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01484803
Message ID:
01484934
Vues:
33
>>>>Check this whole thread Re: Chrtran in .NET Thread #1360482 Message #1360553 - I think it has helpful pointers.
>>>
>>>I can't find anything in there related to Mid().
>>
>>Look for IndexOf of the StringBuilder.
>
>You'll spend an awful long time looking for that :-}

A slow extension method perhaps
public static int IndexOf( this StringBuilder sb, string searchFor)
{
     return sb.ToString().IndexOf(s);
}
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform