iOS Question What is the full set of encoding options that string.GetBytes supports?

Arf

Well-Known Member
Licensed User
Longtime User
I know "UTF8" is normally used, but where can I find complete list of options?
I assume the arguments are all converted to lower case and dashes removed, so "utf8", "UTF-8", "UTF8" will all result in "utf8"
Thanks
 
Top