DotMake Command-Line Documentation
C#
Show/Hide TOC
String
Extensions
Get
Stable
Hash
Code
32 Method
Gets a stable hash code (int).
Definition
Namespace:
DotMake.CommandLine
Assembly:
DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
Copy
public
static
int
GetStableHashCode32
(
this
string
source
)
Parameters
source
String
A string instance.
Return Value
Int32
A
Int32
hash value.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
StringExtensions Class
DotMake.CommandLine Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also