Enum CharacterEncoding
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
[JsonConverter(typeof(CharacterEncodingConverter))]
public enum CharacterEncoding
Fields
Ascii = 1
Big5 = 23
Binary = 33
Cp1250 = 18
Cp1251 = 19
Cp1252 = 20
Cp1256 = 21
Cp437 = 17
EucJp = 26
EucKr = 27
Gb18030 = 25
Gb2312 = 24
Iso8859Part1 = 2
Iso8859Part10 = 11
Iso8859Part11 = 12
Iso8859Part13 = 13
Iso8859Part14 = 14
Iso8859Part15 = 15
Iso8859Part16 = 16
Iso8859Part2 = 3
Iso8859Part3 = 4
Iso8859Part4 = 5
Iso8859Part5 = 6
Iso8859Part6 = 7
Iso8859Part7 = 8
Iso8859Part8 = 9
Iso8859Part9 = 10
ShiftJis = 22
Unknown = 0
Utf16Be = 28
Utf16Le = 30
Utf32Be = 31
Utf32Le = 32
Utf8 = 29