C# 클래스 O2.DotNetWrappers.ExtensionMethods.Web_ExtensionMethods

파일 보기 프로젝트 열기: TeamMentor-OWASP/Master

공개 메소드들

메소드 설명
asciiByte ( this charToConvert ) : byte
base64Decode ( this stringToDecode ) : string
base64Decode_AsByteArray ( this stringToDecode ) : byte[]
base64Encode ( this stringToEncode ) : string
htmlDecode ( this stringToEncode ) : string
htmlEncode ( this stringToEncode ) : string
urlDecode ( this stringToEncode ) : string
urlEncode ( this stringToEncode ) : string

메소드 상세

asciiByte() 공개 정적인 메소드

public static asciiByte ( this charToConvert ) : byte
charToConvert this
리턴 byte

base64Decode() 공개 정적인 메소드

public static base64Decode ( this stringToDecode ) : string
stringToDecode this
리턴 string

base64Decode_AsByteArray() 공개 정적인 메소드

public static base64Decode_AsByteArray ( this stringToDecode ) : byte[]
stringToDecode this
리턴 byte[]

base64Encode() 공개 정적인 메소드

public static base64Encode ( this stringToEncode ) : string
stringToEncode this
리턴 string

htmlDecode() 공개 정적인 메소드

public static htmlDecode ( this stringToEncode ) : string
stringToEncode this
리턴 string

htmlEncode() 공개 정적인 메소드

public static htmlEncode ( this stringToEncode ) : string
stringToEncode this
리턴 string

urlDecode() 공개 정적인 메소드

public static urlDecode ( this stringToEncode ) : string
stringToEncode this
리턴 string

urlEncode() 공개 정적인 메소드

public static urlEncode ( this stringToEncode ) : string
stringToEncode this
리턴 string