public static class ModelPolishExtensions| PolishEmailAddress | Polish the EmailAddress property of an object. If the input is of invalid value, then the polish-pass is skipped. |
| PolishFreeFieldLabels | Polishes the free field labels for proper usage. |
| PolishFreeFields | Polishes extra fields of an object. |
| PolishLabel |
Polish a label by trimming it. If label is IsNullOrWhiteSpace(String),
then the method returns . If the input is of invalid value, then the polish-pass is skipped. |
| PolishName | Polish a name of a person, by trimming it and making it lowercase (except for first character) If the input is of invalid value, then the polish-pass is skipped. |