메소드 | 설명 | |
---|---|---|
Base64Decode ( string data ) : byte[] | ||
Base64Encode ( byte data ) : string | ||
HtmlDecode ( string value ) : string |
Decodes a string using HTML encoding.
|
|
HtmlEncode ( string value ) : string |
Encodes a string using HTML encoding.
|
|
StringDecode ( string value ) : string | ||
StringEncode ( string value ) : string |
Encodes a string using C encoding with " as the quote char.
|
|
StringEncode ( string value, bool enclose ) : string | ||
StringEncode ( string value, char quoteChar ) : string |
Encodes a string using C encoding with quoteChar as the quote char.
|
|
StringEncode ( string value, char quoteChar, bool enclose ) : string |
Encodes a string using C encoding with quoteChar as the quote char.
|
|
UriDecode ( string value ) : string |
Decodes a string using URI encoding.
|
|
UriEncode ( string value ) : string |
Encodes a string using URI encoding.
|
|
UrlDecode ( string value ) : string>.Dictionary |
||
UrlEncode ( string>.Dictionary |
메소드 | 설명 | |
---|---|---|
Escaping ( ) : System |
public static HtmlDecode ( string value ) : string | ||
value | string | The string to be decoded. |
리턴 | string |
public static HtmlEncode ( string value ) : string | ||
value | string | The string to encode. |
리턴 | string |
public static StringDecode ( string value ) : string | ||
value | string | |
리턴 | string |
public static StringEncode ( string value ) : string | ||
value | string | The string to encode. |
리턴 | string |
public static StringEncode ( string value, bool enclose ) : string | ||
value | string | |
enclose | bool | |
리턴 | string |
public static StringEncode ( string value, char quoteChar ) : string | ||
value | string | The string to encode. |
quoteChar | char | The character used to quote the string. The default
/// value for this parameter is |
리턴 | string |
public static StringEncode ( string value, char quoteChar, bool enclose ) : string | ||
value | string | The string to encode. |
quoteChar | char | The character used to quote the string. The default
/// value for this parameter is |
enclose | bool | |
리턴 | string |
public static UriDecode ( string value ) : string | ||
value | string | The string to decode. |
리턴 | string |
public static UriEncode ( string value ) : string | ||
value | string | The string to encode. |
리턴 | string |
public static UrlDecode ( string value ) : string>.Dictionary |
||
value | string | |
리턴 | string>.Dictionary |
public static UrlEncode ( string>.Dictionary |
||
value | string>.Dictionary | |
리턴 | string |