SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / CharacterSet Class / Arithmetic Property




In This Topic
Arithmetic Property (CharacterSet)
In This Topic
Gets a pre-defined CharacterSet which includes arithmetic characters.
Syntax
'Declaration
 
Public Shared ReadOnly Property Arithmetic As CharacterSet
 
'Usage
 
Dim value As CharacterSet
 
value = CharacterSet.Arithmetic
Remarks

A pre-defined CharacterSet which contains characters used to display an arithmetic value. This CharacterSet is the combination of pre-defined CharacterSets Digits, ArithmeticSymbols, and "%()*.-,/" characters.

This character set for the specific language includes the following characters:

Language Characters
English %()*+,-./0123456789<=>
French %()*+,-./0123456789<=>
Spanish %()*+,-./0123456789<=>
Italian %()*+,-./0123456789<=>
German %()*+,-./0123456789<=>
Dutch %()*+,-./0123456789<=>
Portuguese %()*+,-./0123456789<=>
Norwegian %()*+,-./0123456789<=>
Finnish %()*+,-./0123456789<=>
Danish %()*+,-./0123456789<=>
Swedish %()*+,-./0123456789<=>
WesternEuropean %()*+,-./0123456789<=>

See Also