ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Interleaved2of5 Class / CheckCharacter Property

In This Topic
    CheckCharacter Property (Interleaved2of5)
    In This Topic
    Indicates whether to enable the check character. Since Interleaved2of5 requires an even number of digits to “interleave” numbers, the data encoded must be an odd number of digits when using a check character, thus resulting in the required even number of digits.
    Syntax
    'Declaration
     
    Public Overridable Property CheckCharacter As Boolean
    public virtual bool CheckCharacter {get; set;}
    See Also