Enum EncodedString.CharacterCode
The 8-byte character code enum.
Namespace: SixLabors.ImageSharp.Metadata.Profiles.Exif
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum EncodedString.CharacterCode
Fields
Name | Description |
---|---|
ASCII | The ASCII (ITU-T T.50 IA5) character code. |
JIS | The JIS (X208-1990) character code. |
Undefined | The undefined character code. |
Unicode | The Unicode character code. |