Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Copy Unicode String to Byte Array This example copies a Unicode string to a byte array, with no conversion. Dim s As String s = "ABC" Dim b(1 To 6) As Byte For i = 1 To 6 b(i) = AscB(MidB(s, i)) Next ' We now have a byte array containing 65, 0, 66, 0, 67, 0
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.