[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.Code93Builder.CheckDigit

CheckDigit Method

CheckDigit(bool)

Configurates CheckDigit. Indicates whether the symbol needs a check digit with the Luhn algorithm.

Declaration
public virtual Code93Builder CheckDigit(bool value)
Public Overridable Function CheckDigit(value As Boolean) As Code93Builder
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
Code93Builder

Current builder.