Table of Contents

Class FieldDataFormat

Namespace
IO.Scanbot.Sdk.Genericdocument.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/genericdocument/entity/FieldDataFormat", DoNotGenerateAcw = true)]
public sealed class FieldDataFormat : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
FieldDataFormat
Implements
Inherited Members

Properties

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Gender

[Register("GENDER")]
public static FieldDataFormat Gender { get; }

Property Value

FieldDataFormat

IsoCountryAlpha2

[Register("ISO_COUNTRY_ALPHA_2")]
public static FieldDataFormat IsoCountryAlpha2 { get; }

Property Value

FieldDataFormat

IsoCountryAlpha3

[Register("ISO_COUNTRY_ALPHA_3")]
public static FieldDataFormat IsoCountryAlpha3 { get; }

Property Value

FieldDataFormat

IsoCountryName

[Register("ISO_COUNTRY_NAME")]
public static FieldDataFormat IsoCountryName { get; }

Property Value

FieldDataFormat

IsoCountryNumeric

[Register("ISO_COUNTRY_NUMERIC")]
public static FieldDataFormat IsoCountryNumeric { get; }

Property Value

FieldDataFormat

IsoDate

[Register("ISO_DATE")]
public static FieldDataFormat IsoDate { get; }

Property Value

FieldDataFormat

Methods

FromJson(string)

[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/genericdocument/entity/FieldDataFormat;", "")]
public static FieldDataFormat FromJson(string json)

Parameters

json string

Returns

FieldDataFormat

ToJson()

[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()

Returns

string

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/genericdocument/entity/FieldDataFormat;", "")]
public static FieldDataFormat ValueOf(string value)

Parameters

value string

Returns

FieldDataFormat

Values()

[Register("values", "()[Lio/scanbot/sdk/genericdocument/entity/FieldDataFormat;", "")]
public static FieldDataFormat[] Values()

Returns

FieldDataFormat[]