Accusoft.Forms1 - Updated
Arithmetic Property (CharacterSet)



Accusoft.SmartZoneICRSdk Namespace > CharacterSet Class : Arithmetic Property
Gets a pre-defined CharacterSet which includes arithmetic characters.
Syntax
Public Shared ReadOnly Property Arithmetic As CharacterSet
Dim value As CharacterSet
 
value = CharacterSet.Arithmetic
public static CharacterSet Arithmetic {get;}
public:
static property CharacterSet^ Arithmetic {
   CharacterSet^ get();
}
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 set includes the following: 0123456789+%-.<=>

See Also

Reference

CharacterSet Class
CharacterSet Members