Show / Hide Table of Contents

Class StringHashExtensions

Inheritance
object
StringHashExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
☀
☾
Back to top Generated by DocFX