Click or drag to resize

HashCodeGetHashCode Method (String)

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

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

Parameters

s
Type: SystemString
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 .
See Also