RangeOfCharacters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |