Recent
Top
Categories
All Categories
Components
156
UI
150
File System
99
Texts + Strings
88
Graphics
51
Learning Materials
42
Multimedia
39
Sessions
37
Languages
About
Str2Hex
Categories
Texts + Strings
Str2Hex
Convert a string to Hex
Public
Tested
My Own Work
<%
Function Str2Hex(astring)
dim s1, s2, i
s2 = ""
s1 = astring
for i = 1 to Len(s1)
s2 = s2 & Hex(ASC(Mid(s1, i, 1)))
next
Str2Hex= s2
End Function
%>
astring
Views
4392
Downloads
1351
Classic ASP
Texts + Strings
JeffSmith
26
Revisions
v1.0
May
28
Monday
2018
Download code
×
Copy
New Category
×
50 chars max.
New Language
×
50 chars max.
New Setting
×
50 chars max.
Setting Value
Edit Category
×
50 chars max.
{{$CatDesc$}}
Edit Language
×
50 chars max.
{{$LangDesc$}}
Edit Setting
×
50 chars max.
{{$SettingValue$}}
{{$SettingValue2$}}
{{$SettingDescription$}}
Dynamic modal
×