CharCase EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Types of char casing

Namespace: NFX.DataAccess
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum CharCase
Members

  Member nameValueDescription
AsIs0 The string remains as-is
Upper1 The string is converted to upper case
Lower2 The string is converted to lower case
Caps3 The first and subsequent chars after space or '.' are capitalized, the rest left intact
CapsNorm4 The first and subsequent chars after space or '.' are capitalized, the rest is lower-cased
See Also