Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Character escape
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01119331
Message ID:
01119385
Vues:
17
This message has been marked as the solution to the initial question of the thread.
>Cetin, thanks for the reply.
>
>Whatever class that would give me the ability to escape characters
>What assembly is this class in?

Is this helpful:
        ' Encode a string
        Public Function Encode(ByVal tcString As String) As String
            Return System.Web.HttpUtility.UrlEncode(tcString)
        End Function

        ' Decode a string
        Public Function Decode(ByVal tcString As String) As String
            Return System.Web.HttpUtility.UrlDecode(tcString)
        End Function
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform