C# 클래스 usertools.Encoder.Encode

파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset

공개 메소드들

메소드 설명
CharEncode ( string origString, string EncChars, EncodeType Type ) : string
EncodeEscape ( string Value ) : string
FullEncode ( string origString, EncodeType Type ) : string
GenerateMD5 ( string value ) : string

비공개 메소드들

메소드 설명
AmpHash ( string Value ) : string
HexToString ( byte bytes ) : string
charToHexString ( char hex ) : string

메소드 상세

CharEncode() 공개 정적인 메소드

public static CharEncode ( string origString, string EncChars, EncodeType Type ) : string
origString string
EncChars string
Type EncodeType
리턴 string

EncodeEscape() 공개 정적인 메소드

public static EncodeEscape ( string Value ) : string
Value string
리턴 string

FullEncode() 공개 정적인 메소드

public static FullEncode ( string origString, EncodeType Type ) : string
origString string
Type EncodeType
리턴 string

GenerateMD5() 공개 정적인 메소드

public static GenerateMD5 ( string value ) : string
value string
리턴 string