Factoid.Number Field

Factoid.Number Field

A constant string value that is used to increase recognition accuracy by providing a numeric context to a recognizer.

Definition

Visual Basic .NET Public Shared Number As String
C# public static String Number;
Managed C++ public: static String Number;

Field Value

System.String. The string that indicates to a recognizer to look for numeric values.

This field is read-only. This field has no default value.

Remarks

Numeric values including separators, decimals, ordinals and other commonly used numeric symbols.

See Also