C1.Web.Mvc Namespace / Interleaved2of5 Class / CheckCharacter Property

In This Topic
CheckCharacter Property
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
 
<JsonAttribute(1)>
<DefaultValueAttribute(False)>
Public Overridable Property CheckCharacter As Boolean
 
See Also