Is the NET equivalent for vbUnicode UTF32Encoding/UTF32Decoding?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
vbUnicode is just a constant. It’s meaningless by itself. Show us some code. And what are you trying to do?
Are you converting an ANSI string to UTF32 with StrConv like this?
A VB.Net equivalent might be Encoding.Default.GetString because Encoding.Default is for the ANSI encoding
But it might depend on the code you used to obtain the ANSI string