C# Класс PhotoSharingApp.AppService.Shared.Validation.DataModelSanitization

Various data sanitization functions.
Показать файл Открыть проект

Открытые методы

Метод Описание
ToTitleCase ( this input ) : string

Formats string to TitleCase.

TrimAndReplaceMultipleWhitespaces ( this input ) : string

Remove leading/trailing spaces and replace multiple white spaces with one white space.

Описание методов

ToTitleCase() публичный статический Метод

Formats string to TitleCase.
public static ToTitleCase ( this input ) : string
input this String to modify.
Результат string

TrimAndReplaceMultipleWhitespaces() публичный статический Метод

Remove leading/trailing spaces and replace multiple white spaces with one white space.
public static TrimAndReplaceMultipleWhitespaces ( this input ) : string
input this String to modify.
Результат string