C# 클래스 ComponentFactory.Krypton.Workspace.StarNumber

Handle a star number which consists of a number with optional asterisk at the end.
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

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