PathComparerGetHashCode Method (String) |
Calculate hash code of a file system path.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic int GetHashCode(
string path
)
Parameters
- path
- Type: SystemString
Can be null.
Return Value
Type:
Int32Calculated hash code.
RemarksThis function simply converts a path to its normalized representation and calculates hash code of resulting string
(treating it as case-insensitive).
See Also