Click or drag to resize

LiteHelper Class

A static class of helper methods for any component of the NTagLite library.
Inheritance Hierarchy
SystemObject
  Orthogonal.NTagLiteLiteHelper

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static class LiteHelper

The LiteHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCalcBestV1Genre 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.
Public methodStatic memberCheckFrameId 
Public methodStatic memberCheckHasDescription 
Public methodStatic memberCheckHasLanguage 
Public methodStatic memberCheckIsText 
Public methodStatic memberCheckIsTextOrUrl 
Public methodStatic memberCheckIsType This check requires a joined lookup of the configuration XML.
Public methodStatic memberCheckIsUrl 
Public methodStatic memberCheckNullEmpty 
Public methodStatic memberCheckRange 
Public methodStatic memberFilenameToImageMime 
Public methodStatic memberFromHex 
Public methodStatic memberFromLeSize24 
Public methodStatic memberFromLeSize32 
Public methodStatic memberFromSyncsafeSize32 
Public methodStatic memberIsFrameBlobType Tests if a frame ID is in the 'Blob' set.
Public methodStatic memberIsFrameEncDescTextType Tests if a frame ID is in the 'EncDescText' set.
Public methodStatic memberIsFrameEncDescUrlType Tests if a frame ID is in the 'EncDescUrl' set.
Public methodStatic memberIsFrameEncLangDescTextType Tests if a frame ID is in the 'EncLangDescText' set.
Public methodStatic memberIsFrameEncLangTextType Tests if a frame ID is in the 'EncLangText' set.
Public methodStatic memberIsFrameEncTextType Tests if a frame ID is in the 'EncText' set.
Public methodStatic memberIsFrameMulti Determines if a frame ID is allowed multiple times in a tag.
Public methodStatic memberIsFramePictureType Tests if a frame ID is in the 'Picture' set.
Public methodStatic memberIsFrameText Determines if a frame ID belongs to any text types.
Public methodStatic memberIsFrameTextBlobType Tests if a frame ID is in the 'TextBlob' set.
Public methodStatic memberIsFrameTextOrUrl Determines if a frame ID belongs to any text or url types.
Public methodStatic memberIsFrameUnique Determines if a frame ID is unique in a tag.
Public methodStatic memberIsFrameUrl Determines if a frame ID belongs to any url types.
Public methodStatic memberIsFrameUrlType Tests if a frame ID is in the 'Url' set.
Public methodStatic memberIsFrameWithDescription Determines if a frame ID belongs to any set that has a description.
Public methodStatic memberIsFrameWithEncoding Determines if a frame ID belongs to any set that has encoding.
Public methodStatic memberIsFrameWithLanguage Determines if a frame ID belongs to any set that has an ISO language.
Public methodStatic memberPrintBits(Byte) 
Public methodStatic memberPrintBits(Byte) 
Public methodStatic memberPrintBits(NullableByte) 
Public methodStatic memberPrintChars 
Public methodStatic memberPrintHex(Byte) 
Public methodStatic memberPrintHex(Byte, Int32, Int32) 
Public methodStatic memberReadAscii 
Public methodStatic memberReadBuffer 
Public methodStatic memberReadByte 
Public methodStatic memberReadLeInt 
Public methodStatic memberToSynchSafe32 
Public methodStatic memberWriteAscii 
Public methodStatic memberWriteBuffer 
Public methodStatic memberWriteByte 
Public methodStatic memberWriteLeInt 
Top
Fields
 NameDescription
Public fieldStatic memberAllTextTypes A set to define all frame IDs that are part of any text set.
Public fieldStatic memberBlobTypes A set to define frame IDs that are of type 'Blob'.
Public fieldStatic memberConfigElem Gets a reference to the library config file as a strongly-typed XElement.
Public fieldStatic memberEncDescTextTypes A set to define frame IDs that are of type 'EncDescText'.
Public fieldStatic memberEncDescUrlTypes A set to define frame IDs that are of type 'EncDescUrl'.
Public fieldStatic memberEncLangDescTextTypes A set to define frame IDs that are of type 'EncLangDescText'.
Public fieldStatic memberEncLangTextTypes A set to define frame IDs that are of type 'EncLangText'.
Public fieldStatic memberEncTextTypes A set to define frame IDs that are of type 'EncText'.
Public fieldStatic memberPictureTypes A set to define frame IDs that are of type 'Picture'.
Public fieldStatic memberTextBlobTypes A set to define frame IDs that are of type 'TextBlob'.
Public fieldStatic memberUrlTypes A set to define frame IDs that are of type 'Url'.
Top
See Also