C# Class ATMLCommonLibrary.utils.Param

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Properties

Property Type Description
Unit String
Value Double

Public Methods

Method Description
Parse ( String strParam ) : void
ToString ( ) : String

Method Details

Parse() public method

public Parse ( String strParam ) : void
strParam String
return void

ToString() public method

public ToString ( ) : String
return String

Property Details

Unit public property

public String Unit
return String

Value public property

public Double Value
return Double