As you know, VB.NET strings are Unicode by default (2-byte, 16-bit characters). I need to send messages to a remote server and it strictly requires me to send single-byte ANSI strings. Is there a way in .NET to automatically convert the strings to ANSI or do I need to strip the even bytes out myself?
Thanks.
Thanks.