佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 1000|回复: 3

VB6 conversion (str -> hex -> str)

[复制链接]
发表于 14-9-2006 02:25 AM | 显示全部楼层 |阅读模式
如何把string变成hexadecimal,然后从hexadecimal变回string呢?

algo或coding是怎样的呢?谢谢
回复

使用道具 举报


ADVERTISEMENT

发表于 14-9-2006 01:18 PM | 显示全部楼层
Using English : This function is let u convert from string to hexanumber and hexanumber to string. Note : This method is suitable for string which is 0-F so if other than that u need to figure out the algorithm.

Dim convert As String = ""
        Dim temp As String = ""
        Dim myInteger As ULong
        convert = TextBox1.Text
        myInteger = ULong.Parse(convert, Globalization.NumberStyles.AllowHexSpecifier)
        temp = Hex(myInteger)
        MsgBox(temp)
回复

使用道具 举报

 楼主| 发表于 15-9-2006 03:13 AM | 显示全部楼层
0-F而已啊。。。G-Z就不能咯?
回复

使用道具 举报

发表于 29-9-2006 09:21 AM | 显示全部楼层
原帖由 devilgray 于 15-9-2006 03:13 AM 发表
0-F而已啊。。。G-Z就不能咯?


HEX 只是从 0 到 F 而已
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 12-11-2024 07:57 AM , Processed in 0.105791 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表