Table of Contents

Method EncodeAscii

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Core.dll

EncodeAscii(char[])

Encodes the character array as an ExifValue of type Ascii. The full range of Unicode characters is actually supported, as the string is encoded using UTF-8. Thus, chars outside the range of [1, 255] (but not 0) are permitted.

public static ExifValue EncodeAscii(char[] value)

Parameters

value char[]

Returns

ExifValue

Remarks

The de facto standard for EXIF ASCII data is to use UTF-8, despite it not being "standard."