Method | Description | |
---|---|---|
ToBytes ( this value ) : byte[] | ||
ToMd5Hash ( this value ) : string |
Convert a input string to a byte array and compute the hash.
|
public static ToBytes ( this value ) : byte[] | ||
value | this | |
return | byte[] |
public static ToMd5Hash ( this value ) : string | ||
value | this | Input string. |
return | string |