PersistentStringHashFrom(StringBuilder, Int32, HashType) Method
Generates a persistent hash code for the
Char-sequence in the specified
StringBuilder that begins with
startIndex and reaches to
the end of
builder, using the specified
hashType.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.5.0+6287955de434d14f61638ea0c3c40b499ae05cd1
public static int From(
StringBuilder builder,
int startIndex,
HashType hashType
)
Public Shared Function From (
builder As StringBuilder,
startIndex As Integer,
hashType As HashType
) As Integer
public:
static int From(
StringBuilder^ builder,
int startIndex,
HashType hashType
)
static member From :
builder : StringBuilder *
startIndex : int *
hashType : HashType -> int
- builder StringBuilder
- The StringBuilder whose Char-sequence
is being hashed.
- startIndex Int32
- The start index in builder.
- hashType HashType
- The kind of hashcode to be generated.
Int32The hashcode.