Class ExifConverter NamespacePaintDotNet.Imaging AssemblyPaintDotNet.Core.dll public static class ExifConverter Inheritance object ExifConverter Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Methods DecodeAscii(IReadOnlyList<byte>) DecodeByte(IReadOnlyList<byte>) DecodeByteArray(IReadOnlyList<byte>) DecodeDouble(IReadOnlyList<byte>) DecodeDoubleArray(IReadOnlyList<byte>) DecodeFloat(IReadOnlyList<byte>) DecodeFloatArray(IReadOnlyList<byte>) DecodeIfd(IReadOnlyList<byte>) DecodeIfdArray(IReadOnlyList<byte>) DecodeLong(IReadOnlyList<byte>) DecodeLongArray(IReadOnlyList<byte>) DecodeRational(IReadOnlyList<byte>) DecodeRational(IReadOnlyList<byte>, out uint, out uint) DecodeRationalArray(IReadOnlyList<byte>) DecodeRationalArray(IReadOnlyList<byte>, out uint[], out uint[]) DecodeSByte(IReadOnlyList<byte>) DecodeSByteArray(IReadOnlyList<byte>) DecodeSLong(IReadOnlyList<byte>) DecodeSLongArray(IReadOnlyList<byte>) DecodeSRational(IReadOnlyList<byte>) DecodeSRational(IReadOnlyList<byte>, out int, out int) DecodeSRationalArray(IReadOnlyList<byte>) DecodeSRationalArray(IReadOnlyList<byte>, out int[], out int[]) DecodeSShort(IReadOnlyList<byte>) DecodeSShortArray(IReadOnlyList<byte>) DecodeShort(IReadOnlyList<byte>) DecodeShortArray(IReadOnlyList<byte>) DecodeToVariant(ExifValue) EncodeAscii(char[]) EncodeByte(byte) EncodeByteArray(IReadOnlyList<byte>) EncodeDouble(double) EncodeDoubleArray(IReadOnlyList<double>) EncodeFloat(float) EncodeFloatArray(IReadOnlyList<float>) EncodeIfd(uint) EncodeIfdArray(IReadOnlyList<uint>) EncodeLong(uint) EncodeLongArray(IReadOnlyList<uint>) EncodeRational(uint, uint) EncodeRational(ulong) EncodeRationalArray(IReadOnlyList<uint>, IReadOnlyList<uint>) EncodeRationalArray(IReadOnlyList<ulong>) EncodeSByte(sbyte) EncodeSByteArray(IReadOnlyList<sbyte>) EncodeSLong(int) EncodeSLongArray(IReadOnlyList<int>) EncodeSRational(int, int) EncodeSRational(long) EncodeSRationalArray(IReadOnlyList<int>, IReadOnlyList<int>) EncodeSRationalArray(IReadOnlyList<long>) EncodeSShort(short) EncodeSShortArray(IReadOnlyList<short>) EncodeShort(ushort) EncodeShortArray(IReadOnlyList<ushort>) TryDecodeToVariant(ExifValue, out object?) TryEncodeVariant(object, out ExifValue?)