C# Class DOTNETIDS.CharsetConverter

A class to convert characters
Mostra file Open project: IndiansIncredible/.NetIDS Class Usage Examples

Private Methods

Method Description
BaseToDecimal ( string sBase, int numbase ) : int
CleanCharcode ( string &sCharCode ) : void
ConvertHex ( string &sCharCode ) : void
ConvertOctal ( string &sCharCode ) : void
HexMatcher ( Match m ) : string
OctalMatcher ( Match m ) : string
convertCentrifuge ( string input ) : string
convertComments ( string input ) : string
convertConcats ( string input ) : string
convertFromJSCharcode ( string input ) : string

Filters out JavaScript fromCharCode input

convertFromUTF7 ( string input ) : string

Filter out ascii representations of UTF7 input

convertQuotes ( string input ) : string