CharExtensions Class
Defines extension functions related to character manipulation.
Namespace: Gemstone.CharExtensionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public static class CharExtensions
<ExtensionAttribute>
Public NotInheritable Class CharExtensions
[ExtensionAttribute]
public ref class CharExtensions abstract sealed
Gemstone.CharExtensions.CharExtensions = function();
Type.createClass(
'Gemstone.CharExtensions.CharExtensions');
- Inheritance
- Object CharExtensions
| IsAnyOf |
Determines if a character matches any character in a sent array.
|
| IsHex |
Returns true if char is hexadecimal digit.
|
| IsInRange |
Tests a character to determine if it is between a specified character range
|
| IsNumeric |
Tests a character to determine if is a common part of a numeric string (digits or one of "+ - , .")
|
| IsWordTerminator |
Tests a character to determine if it marks the end of a typical English word.
|
| RegexEncode |
Encodes the specified Unicode character in proper Regular Expression format.
|
| ToLower |
Converts value to lower case.
|
| ToUpper |
Converts value to upper case.
|