Link to home
Start Free TrialLog in
Avatar of jmpatton
jmpatton

asked on

Using C# to search a string

I have the following string

string statusFlags = "00000000000010003000000000000000";

I need to search it to see what is in the 13th position and the 15th position as if it was some type of array.  How can I do this in C#?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Luis Pérez
Luis Pérez
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial