Show / Hide Table of Contents

Class ExifSByte

Represents an 8-bit signed integer. (EXIF Specification: SBYTE)

Inheritance
System.Object
ExifProperty
ExifSByte
Inherited Members
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class ExifSByte : ExifProperty

Constructors

| Improve this Doc View Source

ExifSByte(ExifTag, SByte)

Declaration
public ExifSByte(ExifTag tag, sbyte value)
Parameters
Type Name Description
ExifTag tag
System.SByte value

Fields

| Improve this Doc View Source

mValue

Declaration
protected sbyte mValue
Field Value
Type Description
System.SByte

Properties

| Improve this Doc View Source

_Value

Declaration
protected override object _Value { get; set; }
Property Value
Type Description
System.Object
Overrides
ExifProperty._Value
| Improve this Doc View Source

Interoperability

Declaration
public override ExifInterOperability Interoperability { get; }
Property Value
Type Description
ExifInterOperability
Overrides
ExifProperty.Interoperability
| Improve this Doc View Source

Value

Declaration
public sbyte Value { get; set; }
Property Value
Type Description
System.SByte

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Operators

| Improve this Doc View Source

Implicit(ExifSByte to SByte)

Declaration
public static implicit operator sbyte (ExifSByte obj)
Parameters
Type Name Description
ExifSByte obj
Returns
Type Description
System.SByte
Back to top Copyright © 2019 Özgür Özçıtak