Click or drag to resize

PathComparerGetHashCode Method (String)

Calculate hash code of a file system path.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public int GetHashCode(
	string path
)

Parameters

path
Type: SystemString
Can be null.

Return Value

Type: Int32
Calculated hash code.
Remarks
This function simply converts a path to its normalized representation and calculates hash code of resulting string (treating it as case-insensitive).
See Also