Class StringHashExtensions
Inherited Members
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class StringHashExtensions
Methods
ToPayrollHash(string)
Declaration
public static int ToPayrollHash(this string source)
Parameters
| Type | Name | Description |
|---|---|---|
| string | source |
Returns
| Type | Description |
|---|---|
| int |
ToPayrollHash(string, decimal?)
Declaration
public static int ToPayrollHash(this string source, decimal? rangeValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | source | |
| decimal? | rangeValue |
Returns
| Type | Description |
|---|---|
| int |