Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# Parse A Word From A String
Message
From
18/01/2008 20:14:05
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01283001
Message ID:
01283175
Views:
14
>Thanks. That's great.
>
>One more twist. The integer in that position could be up to 3 characters, so I will
>have to determine it's size before substringing it.
>
>Any thoughts on how to do this?


if its always in the same position, use the string.split function. The length won't matter and you can convert it to int.
Previous
Reply
Map
View

Click here to load this message in the networking platform