Click or drag to resize

UnicodeSpecsHelper Class

Helper Class which defines some Test Functions for testing the Unicode Category of Characters.
Inheritance Hierarchy
SystemObject
  VDS.RDF.ParsingUnicodeSpecsHelper

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class UnicodeSpecsHelper

The UnicodeSpecsHelper type exposes the following members.

Constructors
  NameDescription
Public methodUnicodeSpecsHelper
Initializes a new instance of the UnicodeSpecsHelper class
Top
Methods
  NameDescription
Public methodStatic memberConvertToChar
Converts a Hex Escape into the relevant Unicode Character.
Public methodStatic memberConvertToChars
Converts a Hex Escape into the relevant UTF-16 codepoints.
Public methodStatic memberConvertToUtf32
Converts the value of a UTF-16 encoded surrogate pair into a Unicode code point.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsDigit
Checks whether a given Character is considered a Digit.
Public methodStatic memberIsHighSurrogate
Indicates whether the specified Char object is a high surrogate.
Public methodStatic memberIsLetter
Checks whether a given Character is considered a Letter.
Public methodStatic memberIsLetterModifier
Checks whether a given Character is considered a Letter Modifier.
Public methodStatic memberIsLetterOrDigit
Checks whether a given Character is considered a Letter or Digit.
Public methodStatic memberIsLowSurrogate
Indicates whether the specified Char object is a low surrogate.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberHighSurrogateEnd
End of high surrogate range.
Public fieldStatic memberHighSurrogateStart
Start of high surrogate range.
Public fieldStatic memberLowSurrogateEnd
End of low surrogate range.
Public fieldStatic memberLowSurrogateStart
Start of low surrogate range.
Top
See Also