Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
More on encryption
Message
De
11/05/2006 17:24:08
 
 
À
11/05/2006 17:11:31
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01121152
Message ID:
01121162
Vues:
10
I built this small function that does it but I was wondering if there would be something builtin the .NET Framework that would accomplish the same:
    Private Function StringToHexadecimal(ByVal tcString As String) As String
        Dim lcString As String = ""
        Dim lnCounter As Integer = 0
        For lnCounter = 1 To tcString.Length
            lcString = lcString + Hex(Asc(Mid(tcString, lnCounter, 1)))
        Next
        Return lcString
    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