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