Share via


Factoid.UpperChar Field

Factoid.UpperChar Field

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

Definition

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

Field Value

System.String. The string that indicates to a recognizer to look for a single uppercase character: A through Z.

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

See Also