C# Class MonoDevelop.Gettext.StringEscaping

Mostrar archivo Open project: GNOME/gbrainy Class Usage Examples

Public Methods

Method Description
FromGettextFormat ( string text ) : string
ToGettextFormat ( string text ) : string
UnEscape ( EscapeMode mode, string text ) : string

Private Methods

Method Description
FromCSharpFormat ( string text ) : string
FromCSharpVerbatimFormat ( string text ) : string
FromXml ( string text ) : string

Method Details

FromGettextFormat() public static method

public static FromGettextFormat ( string text ) : string
text string
return string

ToGettextFormat() public static method

public static ToGettextFormat ( string text ) : string
text string
return string

UnEscape() public static method

public static UnEscape ( EscapeMode mode, string text ) : string
mode EscapeMode
text string
return string