Results 1 to 4 of 4

Thread: [RESOLVED] Plzzzzzz Help me

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    141

    Resolved [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.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Plzzzzzz Help me


  4. #4
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    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
  •  



Click Here to Expand Forum to Full Width