convert ucs-2 to utf-8 in visual basic 2010
问题 Hello I used visual baisc 2010 and usb modem to sent at commands " ussd " by SerialPort "AT+CUSD=1" my problem when recive result get ucs-2 like this +CUSD: 0,"00430075007200720065006E007400540069006D0065002000690073003A002000320031002D004A0055004C002D0032003000310038002000310036003A00320036",72 how i can convert to utf-8 回答1: It looks like that string, because of its composition, is in BigEndianUnicode format. This encoding format is available from .Net FW 3.5+ / VS 2008. The .Net version in