CaseNormalization Enum

Definition

How to normalize the case of words.

public enum CaseNormalization
type CaseNormalization = 
Public Enum CaseNormalization
Inheritance
CaseNormalization

Fields

Default 0

Use the default from the DefaultPrompt.

InitialUpper 1

First letter of each word is capitalized

Lower 2

Normalize words to lower case.

None 4

Don't normalize words.

Upper 3

Normalize words to upper case.

Applies to