public static int From(
StringBuilder builder,
int startIndex,
int count,
HashType hashType
)Public Shared Function From (
builder As StringBuilder,
startIndex As Integer,
count As Integer,
hashType As HashType
) As Integerpublic:
static int From(
StringBuilder^ builder,
int startIndex,
int count,
HashType hashType
)static member From :
builder : StringBuilder *
startIndex : int *
count : int *
hashType : HashType -> int | ArgumentNullException | builder is null. |
| ArgumentOutOfRangeException | startIndex or count are smaller than zero or larger than the number of characters in builder - or - startIndex + count is larger than the number of characters in builder. |
| ArgumentException | hashType is not a defined value of the HashType enum. |