Method ToUpper
ToUpper(Char[], Int32, Int32)
Converts each unicode codepoint to UpperCase via ToUpper(Int32) starting at the given offset.
Declaration
public virtual void ToUpper(char[] buffer, int offset, int limit)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | buffer | the char buffer to UPPERCASE |
System.Int32 | offset | the offset to start at |
System.Int32 | limit | the max char in the buffer to lower case |