|
HasherGetHashReadable Method |
Namespace: DrawerBackup.Native.ExtensionsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static string GetHashReadable(
byte[] hash
)
Public Shared Function GetHashReadable (
hash As Byte()
) As String
public:
static String^ GetHashReadable(
array<unsigned char>^ hash
)
static member GetHashReadable :
hash : byte[] -> string
Parameters
- hash
- Type: SystemByte
Return Value
Type:
String
See Also