CVB.Net 15.0
Loading...
Searching...
No Matches
AustraliaPost Class Reference

Configuration class for Australian Post codes . More...

Inherits ConfigBase< T >.

Public Member Functions

AustraliaPost SetStripCheckCharctersEnabled (bool enable)
 Enables or disables the removal of check characters from decoded data.
 
- Public Member Functions inherited from ConfigBase< T >
SetEnabled (bool enabled)
 Sets value for IsEnabled.
 

Properties

bool IsStripCheckCharactersEnabled [get, set]
 Gets or sets a value indicating whether to remove check characters.
 
- Properties inherited from ConfigBase
virtual bool IsEnabled [get, set]
 The enabled state of this symbology.
 
Decoder Decoder [get]
 Decoder this config belongs to.
 

Detailed Description

Configuration class for Australian Post codes .

For additional details on configuration including a code example, refer to the GetConfig<T>() method in the Decoder class.

Member Function Documentation

◆ SetStripCheckCharctersEnabled()

AustraliaPost SetStripCheckCharctersEnabled ( bool enable)

Enables or disables the removal of check characters from decoded data.

Parameters
enableif set to true check characters will be removed.
Returns

Property Documentation

◆ IsStripCheckCharactersEnabled

bool IsStripCheckCharactersEnabled
getset

Gets or sets a value indicating whether to remove check characters.

true if remove check check characters; otherwise, false.