Factoid.Currency Field
Factoid.Currency Field |
A constant string value that is used to increase recognition accuracy by providing a context of currency to a recognizer.
Definition
Visual Basic .NET Public Shared Currency As String C# public static String Currency; Managed C++ public: static String Currency;
Field Value
System.String. The string that indicates to a recognizer to look for characters that denote a currency value.
This field is read-only. This field has no default value.
Remarks
Examples of a currency value are: $45.95, €60, £50.25, ¥3000.
See Also