SmartZone v6.0 for .NET - Updated
CurrencySymbols Property (CharacterSet)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > CharacterSet Class : CurrencySymbols Property
Gets a pre-defined CharacterSet which includes currency symbol characters.
Syntax
'Declaration
 
Public Shared ReadOnly Property CurrencySymbols As CharacterSet
'Usage
 
Dim value As CharacterSet
 
value = CharacterSet.CurrencySymbols
public static CharacterSet CurrencySymbols {get;}
public: __property static CharacterSet* get_CurrencySymbols();
public:
static property CharacterSet^ CurrencySymbols {
   CharacterSet^ get();
}
Remarks
A pre-defined CharacterSet which contains a set of currency symbol characters.

This set contains the following: $¢£¥€

See Also

Reference

CharacterSet Class
CharacterSet Members