Class Sdbm
Inheritance
System.Object
Sdbm
Assembly: LeagueToolkit.dll
public static class Sdbm : object
Methods
|
Improve this Doc
View Source
Declaration
public static uint Hash(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static uint Hash(string key, string value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
value |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static uint HashLower(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static uint HashLower(string key, string value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
value |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static uint HashLowerWithDelimiter(string key, string value, char delimiter)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
value |
|
System.Char |
delimiter |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static uint HashWithDelimiter(string key, string value, char delimiter)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
value |
|
System.Char |
delimiter |
|
Returns
Type |
Description |
System.UInt32 |
|