ImageStoreUtility.ComputeHash(String, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static string ComputeHash(string algorithm, string path, bool ignoreCase);
static member ComputeHash : string * string * bool -> string
Public Shared Function ComputeHash (algorithm As String, path As String, ignoreCase As Boolean) As String
Parameters
- algorithm
- System.String
- path
- System.String
- ignoreCase
- System.Boolean
Returns
System.String