Method DecodeUtf8
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Core.dll
DecodeUtf8(IReadOnlyList<byte>)
Decodes the data to a string. The data is treated as using UTF-8 encoding.
public static string DecodeUtf8(IReadOnlyList<byte> data)
Parameters
data
IReadOnlyList<byte>
Returns
Remarks
The de facto standard for EXIF ASCII data is to use UTF-8, despite it not being "standard."