Click or drag to resize

CharExtensions Class

Defines extension functions related to character manipulation.
Inheritance Hierarchy
SystemObject
  GSFCharExtensions

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static class CharExtensions
View Source

The CharExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodConvertHexToBitArray Converts a hexadecimal character to a 4-bit integer equivalent.
Public Extension MethodConvertHexToInt Converts a hexadecimal character to the integer equivalent.
Public Extension MethodIsAnyOf Determines if a character matches any character in a sent array.
Public Extension MethodIsHex Returns true if char is hexadecimal digit.
Public Extension MethodIsInRange Tests a character to determine if it is between a specified character range
Public Extension MethodIsNumeric Tests a character to determine if is a common part of a numeric string (digits or one of "+ - , .")
Public Extension MethodIsWordTerminator Tests a character to determine if it marks the end of a typical English word.
Public Extension MethodRegexEncode Encodes the specified Unicode character in proper Regular Expression format.
Public Extension MethodToLower Converts value to lower case
Public Extension MethodToUpper Converts value to upper case
Top
See Also

Reference

GSF Namespace