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: 6.0.0.0 (6.0.6225.27214)
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