AddressPropertyFormattingEnum Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Address
Member name | Value | Description | |
---|---|---|---|
None | 0 | No formating is done | |
LowerCase | 1 | Text is converted to lowercase | |
UpperCase | 2 | Text is converted to uppercase | |
ZipSpace | 3 | Inteded for 5 digit numbers with space. Example '123 45' | |
NoSpace | 4 | Spaces are removed | |
CapitalCase | 5 | Text is converted to capital case |