C# Class ComponentFactory.Krypton.Workspace.StarNumber

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

Private Properties

Property Type Description

Public Methods

Method 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 method

Initialize a new instance of the StarNumber class.
public StarNumber ( ) : System
return System

StarNumber() public method

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

ToString() public method

Gets a string representing the value of the instance.
public ToString ( ) : string
return string