CharExtensions Class
Provides extension methods for the
char type.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public static class CharExtensions
<ExtensionAttribute>
Public NotInheritable Class CharExtensions
[ExtensionAttribute]
public ref class CharExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CharExtensions = class end
- Inheritance
- Object CharExtensions
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.
|