메소드 | 설명 | |
---|---|---|
AddKeyValueString ( StringBuilder messageBuilder, string key, string value ) : void | ||
ParseKeyValueList ( string input, char delimiter, bool urlDecode, CallState callState ) : string>.Dictionary |
||
ParseKeyValueList ( string input, char delimiter, bool urlDecode, bool lowercaseKeys, CallState callState ) : string>.Dictionary |
||
SecureClear ( this stringBuilder ) : void | ||
ToByteArray ( this stringInput ) : byte[] | ||
ToQueryParameter ( string>.this |
||
UrlDecode ( string message ) : string | ||
UrlEncode ( string message ) : string |
메소드 | 설명 | |
---|---|---|
AddKeyValueString ( StringBuilder messageBuilder, string key, char value ) : void | ||
Base64Decode ( string encodedString ) : string | ||
Base64Encode ( string input ) : string | ||
GetString ( byte bytes ) : string | ||
SplitWithQuotes ( string input, char delimiter ) : List |
||
UrlEncode ( char message ) : char[] |
public static AddKeyValueString ( StringBuilder messageBuilder, string key, string value ) : void | ||
messageBuilder | StringBuilder | |
key | string | |
value | string | |
리턴 | void |
public static ParseKeyValueList ( string input, char delimiter, bool urlDecode, CallState callState ) : string>.Dictionary |
||
input | string | |
delimiter | char | |
urlDecode | bool | |
callState | CallState | |
리턴 | string>.Dictionary |
public static ParseKeyValueList ( string input, char delimiter, bool urlDecode, bool lowercaseKeys, CallState callState ) : string>.Dictionary |
||
input | string | |
delimiter | char | |
urlDecode | bool | |
lowercaseKeys | bool | |
callState | CallState | |
리턴 | string>.Dictionary |
public static SecureClear ( this stringBuilder ) : void | ||
stringBuilder | this | |
리턴 | void |
public static ToByteArray ( this stringInput ) : byte[] | ||
stringInput | this | |
리턴 | byte[] |
public static ToQueryParameter ( string>.this |
||
input | string>.this | |
리턴 | string |