Version

Search Results

CharBuffer Constructor

Overload List

CharRange Class

Represents a char range. Syntax

CharRange Class Members

Public Constructors Public Properties Public Methods

CharRange Class Methods

Public Methods

CharRange Class Properties

Public Properties

Contains(Char) Method

Checks whether this range contains the specified character including the bounds. Syntax Parameters ch A character to test. Return Value A boolean value indicating whether this range contains the specified character.

Contains(Char,Boolean) Method

Checks whether this range contains the specified character. Syntax Parameters ch A character to test.strong A boolean value indicating whether to include the bounds. Return Value A boolean value indicating whether this range contains the specified character.

Contains Method (CharRange)

Checks whether this range contains the specified character including the bounds. Overload List

End Property (CharRange)

Gets or sets the end character of the range. Syntax

Start Property (CharRange)

Gets or sets the start character of the range. Syntax