Share via


Factoid.LowerChar Field

Factoid.LowerChar Field

A constant string value that is used to increase recognition accuracy by providing a lowercase character context to a recognizer. This factoid is currently not supported.

Definition

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

Field Value

System.String. The string that indicates to a recognizer to look for a single lowercase character: a through z.

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

Remarks

Note: This factoid is currently not supported.

See Also