Numly Number bracode class. Also known as: ESN, Electronic Serial Number.

Namespace: Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll)
Version: 1.0.5.40001

Syntax

C#
public class BarcodeNumly : Barcode39
Visual Basic (Declaration)
Public Class BarcodeNumly _
	Inherits Barcode39
Visual C++
public ref class BarcodeNumly : public Barcode39

Remarks

It is a unique identifier that allows an author or publisher to assign to content and track licensing of each id assignment. Numly Numbers are useful if you wish to identify each electronic distributed copy of any form of electronic media.

Media types could include: Blogs, Emails, MP3s, Videos, PDFs, eBooks, Software, Websites, etc. Numly Numbers can also act a third-party content submission time stamps to aid in copyright proving instances and emails.

The Numly Number consists of a 19 digit number generated by an algorithm by Numly.com

Inheritance Hierarchy

System..::Object
  Lesnikowski.Barcode..::BaseBarcode
    Lesnikowski.Barcode..::SimpleBarcode
      Lesnikowski.Barcode..::SimpleBarcodeNW
        Lesnikowski.Barcode..::Barcode39
          Lesnikowski.Barcode..::BarcodeNumly

See Also