SmartZone v6.1 for .NET - Updated
Currency Property (CharacterSet)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > CharacterSet Class : Currency Property
Gets a pre-defined CharacterSet which includes currency characters.
Syntax
'Declaration
 
Public Shared ReadOnly Property Currency As CharacterSet
'Usage
 
Dim value As CharacterSet
 
value = CharacterSet.Currency
public static CharacterSet Currency {get;}
public: __property static CharacterSet* get_Currency();
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 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

Reference

CharacterSet Class
CharacterSet Members

Is this page helpful?
Yes No
Thanks for your feedback.