PersistentStringHashAdd(StringBuilder, Int32) Method
Adds a sequence of characters from the content of a
StringBuilder
to the hash code that begins with
startIndex and reaches to
the end of
builder.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
public void Add(
StringBuilder builder,
int startIndex
)
Public Sub Add (
builder As StringBuilder,
startIndex As Integer
)
public:
void Add(
StringBuilder^ builder,
int startIndex
)
member Add :
builder : StringBuilder *
startIndex : int -> unit
Parameters
- builder StringBuilder
- The StringBuilder whose content is
hashed.
- startIndex Int32