C# Class PhotoSharingApp.AppService.Shared.Validation.DataModelSanitization

Various data sanitization functions.
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
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.

Method Details

ToTitleCase() public static méthode

Formats string to TitleCase.
public static ToTitleCase ( this input ) : string
input this String to modify.
Résultat string

TrimAndReplaceMultipleWhitespaces() public static méthode

Remove leading/trailing spaces and replace multiple white spaces with one white space.
public static TrimAndReplaceMultipleWhitespaces ( this input ) : string
input this String to modify.
Résultat string