C# Class ComponentFactory.Krypton.Workspace.StarNumber

Handle a star number which consists of a number with optional asterisk at the end.
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
StarNumber ( ) : System

Initialize a new instance of the StarNumber class.

StarNumber ( string value ) : System

Initialize a new instance of the StarNumber class.

ToString ( ) : string

Gets a string representing the value of the instance.

Method Details

StarNumber() public méthode

Initialize a new instance of the StarNumber class.
public StarNumber ( ) : System
Résultat System

StarNumber() public méthode

Initialize a new instance of the StarNumber class.
public StarNumber ( string value ) : System
value string Initial value to process.
Résultat System

ToString() public méthode

Gets a string representing the value of the instance.
public ToString ( ) : string
Résultat string