Show / Hide Table of Contents

Struct Statics.StringHash

Hashing function for .

Implements
IFunc<System.String, System.Int32>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct StringHash : IFunc<string, int>

Methods

| Improve this Doc View Source

Invoke(String)

Declaration
public int Invoke(string a)
Parameters
Type Name Description
System.String a
Returns
Type Description
System.Int32

Implements

IFunc<T1, TResult>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX