C# Class Machine.UrlStrong.Translation.Model.StringExtensions

Show file Open project: machine/machine.urlstrong

Public Methods

Method Description
EscapeReservedWords ( this str ) : string
ReplaceDashes ( this str ) : string

Private Methods

Method Description
StringExtensions ( ) : System.Collections.Generic

Method Details

EscapeReservedWords() public static method

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

ReplaceDashes() public static method

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