[This is preliminary documentation and is subject to change.]
Types of char casing
Namespace: NFX.DataAccessAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
AsIs | 0 | The string remains as-is | |
Upper | 1 | The string is converted to upper case | |
Lower | 2 | The string is converted to lower case | |
Caps | 3 | The first and subsequent chars after space or '.' are capitalized, the rest left intact | |
CapsNorm | 4 | The first and subsequent chars after space or '.' are capitalized, the rest is lower-cased |
See Also