C# 클래스 PhotoSharingApp.AppService.Shared.Validation.DataModelSanitization

Various data sanitization functions.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
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