Crabwise.PdfServe.DocumentCache.GetHashArray C# (CSharp) Method

GetHashArray() private static method

private static GetHashArray ( string hash ) : byte[]
hash string
return byte[]
        private static byte[] GetHashArray(string hash)
        {
            return Convert.FromBase64String(hash.Replace('-', '/'));
        }