CharExtensions Class

Provides extension methods for the char type.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public static class CharExtensions
Inheritance
Object    CharExtensions

Methods

IsNonCharacter Gets whether c is a non-character code point in Unicode.
IsValidCharacter Gets whether c is a valid standalone character code point in Unicode. That is, if c is not a half-surrogate and is not defined as a non-character code point.

See Also