|
|
#2
软编小虫2008-10-15 11:31
|
100分急救..中文转成asc码
vb6.0里面是这么写的
Dim AscArray() As Byte
AscArray = StrConv(Text1.Text, vbFromUnicode) '转成asc码
vbnet该怎么写呢???