ValidationHelper.GetStringFromHash Method |
Gets string from byte array.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic static string GetStringFromHash(
byte[] hashBytes
)
Parameters
- hashBytes
- Type:System.Byte[]
Hash
Return Value
Type:
StringText interpretation of hash
See Also