C# Class SharpDox.Plugins.Html.StringEx

Exibir arquivo Open project: Geaz/SharpDox.Plugins.Html

Public Methods

Method Description
MinifyJson ( this json ) : string
RemoveIllegalHtmlIdChars ( this text ) : string
RemoveIllegalPathChars ( this text ) : string
ToObjectString ( this text ) : string

Method Details

MinifyJson() public static method

public static MinifyJson ( this json ) : string
json this
return string

RemoveIllegalHtmlIdChars() public static method

public static RemoveIllegalHtmlIdChars ( this text ) : string
text this
return string

RemoveIllegalPathChars() public static method

public static RemoveIllegalPathChars ( this text ) : string
text this
return string

ToObjectString() public static method

public static ToObjectString ( this text ) : string
text this
return string