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#?
storing parts of a string
Re: storing parts of a string
yourString.SubString(start, length);demonmaster3k wrote: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#?
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Halo 3 Research Thread - Contribute to the research into Halo 3.