Click or drag to resize

LiteHelperCalcBestV1Genre Method

Attempts to calculate the best V1 tag genre byte value by matching simplified strings of the genre description against the standard genre descriptions. It's a bit of a hack attempt to deduce a V1 genre byte from a V2 description.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static byte CalcBestV1Genre(
	string genreText
)

Parameters

genreText  String

[Missing <param name="genreText"/> documentation for "M:Orthogonal.NTagLite.LiteHelper.CalcBestV1Genre(System.String)"]

Return Value

Byte

[Missing <returns> documentation for "M:Orthogonal.NTagLite.LiteHelper.CalcBestV1Genre(System.String)"]

See Also