Method | 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.
|
public static ToTitleCase ( this input ) : string | ||
input | this | String to modify. |
return | string |
public static TrimAndReplaceMultipleWhitespaces ( this input ) : string | ||
input | this | String to modify. |
return | string |