Share via


RangeOfCharacters Class

Definition

Defines a helper class that can be used to create an array representing custom glyphs for a Line Display device.

public class RangeOfCharacters
type RangeOfCharacters = class
Public Class RangeOfCharacters
Inheritance
RangeOfCharacters

Constructors

RangeOfCharacters(Char, Char)

Creates an instance of the RangeOfCharacters class based on a range of characters.

RangeOfCharacters(Char)

Creates an instance of the RangeOfCharacters class based on a single character.

Properties

From

Gets or sets the starting character position for a range of characters.

To

Gets or sets the ending character position for a range of characters.

Methods

ToString()

Applies to