Enum CharacterProperties.Case
Enumerates case variants of strings and letters.
Namespace: Sdl.LanguagePlatform.Core
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public enum Case
Fields
Name | Description |
---|---|
InitialUpper | (For strings only) indicates that the first letter is upper-case, and the subsequent letters are lower-case. |
Lower | Indicates a lower-case letter or letter sequence. |
Other | Indicates an undefined, unknown, mixed, or other letter or character sequence. |
Upper | Indicates an upper-case letter or letter sequence. |