Property | Type | Description |
---|
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.
|
public StarNumber ( string value ) : System | ||
value | string | Initial value to process. |
return | System |