Is there any way of getting a list of all the encodings supported by String.GetBytes? I'm sure in times gone by that I used to know how to see this but I can no longer remember and can't find any hints in the forum.
I need this as I am presently playing with a thermal printer that has a load of code pages available. Luckily I've solved my immediate problem by using "IBM437" as the parameter to GetBytes, getting there by a process of trial and error and divine inspiration.
I need this as I am presently playing with a thermal printer that has a load of code pages available. Luckily I've solved my immediate problem by using "IBM437" as the parameter to GetBytes, getting there by a process of trial and error and divine inspiration.