|
-
Aug 16th, 2005, 01:38 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Plzzzzzz Help me
Is there any mothed in C# like
Instr,Mid,Left
Last edited by Waseemalisyed; Aug 17th, 2005 at 03:16 AM.
-
Aug 16th, 2005, 02:45 AM
#2
Re: Plzzzzzz Help me
Those are all VB.NET Runtime functions. You can reference Microsoft.VisualBasic in a C# app if you want, but there is no need just for that. Those functions all have equivalents in the String class, like IndexOf and Substring. Also, could you please give your threads a name that indicates what they are about. I know you're not here to please me, but personally I find thread titles like "Plzzzzzz Help me" rather annoying. You might as well leave it blank as name it that.
-
Aug 16th, 2005, 05:38 AM
#3
-
Aug 16th, 2005, 04:18 PM
#4
PowerPoster
Re: Plzzzzzz Help me
or just use the strings indexOf/StartsWith etc...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|