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