storing parts of a string
Posted: Fri Nov 16, 2007 7:18 am
I'm working on an application in C# and i want to take parts of data in a string and store it another variable, similar to Visual Basic's Strings.Mid method
How do i do that? Is there a way to use the Strings.Mid method or a translation of that method in C#?
How do i do that? Is there a way to use the Strings.Mid method or a translation of that method in C#?