Method EncodeUtf8
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Core.dll
EncodeUtf8(string)
Encodes the Unicode string as a sequence of UTF-8 characters. The returned ExifValue will be of type Ascii.
public static ExifValue EncodeUtf8(string value)
Parameters
value
string
Returns
Remarks
The de facto standard for EXIF ASCII data is to use UTF-8, despite it not being "standard."