Method | Description | |
---|---|---|
FromBase64String ( this base64String ) : byte[] |
Returns the byte[] from a Base64 string
|
|
GetAsciiBytes ( this input ) : byte[] |
Resturns the byte[] from a string using ASCIIEncoding
|
|
GetMD5 ( this input, string format ) : string |
Returns the MD5 of a string
|
|
GetSHA1 ( this input, string format ) : string |
Returns the SHA1 of a string
|
public static FromBase64String ( this base64String ) : byte[] | ||
base64String | this | |
return | byte[] |
public static GetAsciiBytes ( this input ) : byte[] | ||
input | this | |
return | byte[] |
public static GetMD5 ( this input, string format ) : string | ||
input | this | |
format | string | The format which will be used to format each byte |
return | string |
public static GetSHA1 ( this input, string format ) : string | ||
input | this | |
format | string | The format which will be used to format each byte |
return | string |