Class Character
Mimics Java's Character class.
Inheritance
Assembly: DistributedLucene.Net.dll
Syntax
public class Character : object
Fields
Name | Description |
---|---|
MAX_CODE_POINT | |
MAX_HIGH_SURROGATE | |
MAX_LOW_SURROGATE | |
MAX_RADIX | |
MAX_SURROGATE | |
MIN_CODE_POINT | |
MIN_HIGH_SURROGATE | |
MIN_LOW_SURROGATE | |
MIN_RADIX | |
MIN_SUPPLEMENTARY_CODE_POINT | |
MIN_SURROGATE |
Methods
Name | Description |
---|---|
CharCount(Int32) | |
CodePointAt(ICharSequence, Int32) | |
CodePointAt(Char, Char) | |
CodePointAt(Char[], Int32, Int32) | |
CodePointAt(String, Int32) | |
CodePointCount(Char[], Int32, Int32) | |
CodePointCount(String, Int32, Int32) | Returns the number of Unicode code points in the text range of the specified char sequence.
The text range begins at the specified |
Digit(Char, Int32) | Convenience method to determine the value of the specified character
|
ForDigit(Int32, Int32) | |
GetType(Int32) | LUCENENET safe way to get unicode category. The .NET This mimics the behavior of the Java Character.GetType class, but returns the .NET UnicodeCategory enumeration for easy consumption. |
IsLetter(Int32) | |
OffsetByCodePoints(Char[], Int32, Int32, Int32, Int32) | Copy of the implementation from Character class in Java |
OffsetByCodePoints(String, Int32, Int32) | Copy of the implementation from Character class in Java |
ToChars(Int32) | |
ToChars(Int32, Char[], Int32) | |
ToCodePoint(Char, Char) | |
ToLower(Int32) | |
ToUpper(Int32) |