C# Класс ComponentFactory.Krypton.Workspace.StarNumber

Handle a star number which consists of a number with optional asterisk at the end.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

StarNumber() публичный Метод

Initialize a new instance of the StarNumber class.
public StarNumber ( ) : System
Результат System

StarNumber() публичный Метод

Initialize a new instance of the StarNumber class.
public StarNumber ( string value ) : System
value string Initial value to process.
Результат System

ToString() публичный Метод

Gets a string representing the value of the instance.
public ToString ( ) : string
Результат string