how can mid and right function used in asp.net using c#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muskan
    New Member
    • Nov 2006
    • 35

    how can mid and right function used in asp.net using c#

    hello

    I have written like this

    if right(wherecond ition == "and")
    here
    wherecondition is a string type where condition is stored.

    and also tell me how can I use mid function.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    I believe that they are no longer available in C#, but you can get the same result:

    Overloading Strings in C#

    Hope that this helps.

    Comment

    Working...