Click or drag to resize

HashCode.GetHashCode Method (String)

Gets a hash code for a specified string, or zero if the string is null.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public static int GetHashCode(
	string s
)

Parameters

s
Type: System.String
The string for which to get the hash code.

Return Value

Type: Int32
The hash code of the string, or zero if the string is null.
See Also