Enum EncodedString.CharacterCode
- Namespace
- SixLabors.ImageSharp.Metadata.Profiles.Exif
- Assembly
- SixLabors.ImageSharp.dll
The 8-byte character code enum.
public enum EncodedString.CharacterCode
Fields
ASCII = 0
The ASCII (ITU-T T.50 IA5) character code.
JIS = 1
The JIS (X208-1990) character code.
Undefined = 3
The undefined character code.
Unicode = 2
The Unicode character code.