In VB6/VBA, use the StrConv function. ... Convert string to bytes abData = StrConv(Str, vbFromUnicode) For i = 0 To UBound(abData) ... In C#, use System.
確定! 回上一頁