Hello everyone,
I don't find anything to convert a string containing an encoding name to System.Text.Encoding! ie:
Dim Enc as String = "utf-8"
I'll need System.Text.Encoding.UTF8
Any built-in function for that? Thanks
Hello everyone,
I don't find anything to convert a string containing an encoding name to System.Text.Encoding! ie:
Dim Enc as String = "utf-8"
I'll need System.Text.Encoding.UTF8
Any built-in function for that? Thanks
6 people are following this question.