 | 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.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic 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