Show / Hide Table of Contents

Class VersionID

Represents a version as a 4 byte byte array. (Specification: int8u[4]) Used for the GPSVersionID field.

Inheritance
System.Object
ExifProperty
ExifByteArray
VersionID
Inherited Members
ExifByteArray.mValue
ExifByteArray._Value
ExifByteArray.Value
ExifByteArray.Interoperability
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class VersionID : ExifByteArray

Constructors

| Improve this Doc View Source

VersionID(ExifTag, Byte[])

Declaration
public VersionID(ExifTag tag, byte[] value)
Parameters
Type Name Description
ExifTag tag
System.Byte[] value

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
ExifByteArray.ToString()
Back to top Copyright © 2019 Özgür Özçıtak