Accusoft.Forms1 - Updated
Currency Property (CharacterSet)



Accusoft.SmartZoneICRSdk Namespace > CharacterSet Class : Currency Property
Gets a pre-defined CharacterSet which includes currency characters.
Syntax
Public Shared ReadOnly Property Currency As CharacterSet
Dim value As CharacterSet
 
value = CharacterSet.Currency
public static CharacterSet Currency {get;}
public:
static property CharacterSet^ Currency {
   CharacterSet^ get();
}
Remarks
A CharacterSet representing a pre-defined set of characters used to display a currency value. This CharacterSet is the combination of Digits, CurrencySymbols, and ",.'-=" characters.

This set includes the following: 0123456789$¢£¥€,.'-=

See Also

Reference

CharacterSet Class
CharacterSet Members