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