Method | Description | |
---|---|---|
HexStringFromBytes ( byte bytes ) : string |
Convert an array of bytes to a string of hex digits
|
|
Sha1HashStringForUtf8String ( string s ) : string |
Compute hash for string encoded as UTF8
|
public static HexStringFromBytes ( byte bytes ) : string | ||
bytes | byte | array of bytes |
return | string |
public static Sha1HashStringForUtf8String ( string s ) : string | ||
s | string | String to be hashed |
return | string |