public static bool ContainsWhiteSpace(
this StringBuilder builder,
int startIndex,
int count
)<ExtensionAttribute>
Public Shared Function ContainsWhiteSpace (
builder As StringBuilder,
startIndex As Integer,
count As Integer
) As Booleanpublic:
[ExtensionAttribute]
static bool ContainsWhiteSpace(
StringBuilder^ builder,
int startIndex,
int count
)[<ExtensionAttribute>]
static member ContainsWhiteSpace :
builder : StringBuilder *
startIndex : int *
count : int -> bool | 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. |