Well, since I've used Visual Basic things have been pretty simple. But now I've moved onto C# and things have been going smooth so far, I know the basics of splitting etc. But I was wondering if theres an alternative of the mid function of Visual Basic 6 in C#?
Thanks guys.
Alternative of Mid
Started by Johnnio, Aug 15 2007 10:28 AM
2 replies to this topic
#1
Posted 15 August 2007 - 10:28 AM
John Meikle -
"Wannabe programmer"
"Wannabe programmer"
|
|
|
#2
Posted 15 August 2007 - 02:57 PM
If I am right the mid function returns part of a string? From index to index, right?
If so, you can use the String.Substring of C#:
String.Substring Method
If so, you can use the String.Substring of C#:
String.Substring Method
#3
Posted 16 August 2007 - 07:10 AM


Sign In
Create Account


Back to top









