How to check whether the string is urlencoded or not

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amollokhande1
    New Member
    • Feb 2008
    • 33

    How to check whether the string is urlencoded or not

    Hi,

    Can anybody know how to check whether the string data is urlencoded or not?


    Regards
    Amol Lokhande
    Last edited by Frinavale; Jan 13 '09, 08:02 PM. Reason: Moved from VB.NET to ASP.NET
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I'm not sure if there is a method that does this for you.
    You will have to look through the string for indications that it has been encoded.

    How are you receiving the String?
    Normally you would know if the String is encoded because you have to call a function to encode it...

    Comment

    Working...