A AppleDopod Feb 9, 2007 #1 Hi, Is it possible to output a .txt file in utf16 encoding using vb.net? Thanks in advance!!
H Herfried K. Wagner [MVP] Feb 9, 2007 #3 Is it possible to output a .txt file in utf16 encoding using vb.net? Yes, pass 'System.Text.Encoding.Unicode' in the appropriate parameter of the 'StreamWriter''s constructor.
Is it possible to output a .txt file in utf16 encoding using vb.net? Yes, pass 'System.Text.Encoding.Unicode' in the appropriate parameter of the 'StreamWriter''s constructor.