C# Class mobSocial.Data.Extensions.StringExtensions

Exibir arquivo Open project: mobsoftware/mobsocial

Public Methods

Method Description
EncloseWith ( this str, char encloseCharacter ) : string
RemoveSpecChars ( this str ) : string
StripHtml ( this str ) : string
ToTitleCase ( this str ) : string

Method Details

EncloseWith() public static method

public static EncloseWith ( this str, char encloseCharacter ) : string
str this
encloseCharacter char
return string

RemoveSpecChars() public static method

public static RemoveSpecChars ( this str ) : string
str this
return string

StripHtml() public static method

public static StripHtml ( this str ) : string
str this
return string

ToTitleCase() public static method

public static ToTitleCase ( this str ) : string
str this
return string