C# Class BetterCms.Module.Root.Mvc.Helpers.StringHelper

Mostra file Open project: devbridge/BetterCMS

Public Methods

Method Description
Transliterate ( this text, bool allowunicodeCharacters = false ) : string
UrlHash ( this url ) : string

Private Methods

Method Description
EnsureLatinSybmols ( ) : void
ReplaceWithLatinSymbols ( string text ) : string
StringHelper ( ) : System.Collections.Generic

Method Details

Transliterate() public static method

public static Transliterate ( this text, bool allowunicodeCharacters = false ) : string
text this
allowunicodeCharacters bool
return string

UrlHash() public static method

public static UrlHash ( this url ) : string
url this
return string