Collation.GetHashCode Method (string)Collation.GetHashCode Method (String)Collation::GetHashCode Method (String^)
- XmlPrime 4.1
- Other Versions ▼
Parameters
- value
Return Value
Type: System.Int32System.Int32System::Int32
A intIntegerint hash code suitable for use in hashing algorithms and data structures such as a hash table.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | value is null
a null reference (Nothing in Visual Basic)
nullptr . |