public ConductanceProperty operator implicit( string value )
Parameters
- value
- Text form of conductance to store in the property.
Return Value
New ConductanceProperty created from the given System.String value.
public ConductanceProperty operator implicit( string value )
ConductanceProperty conductanceProperty1 = "42 S"; ConductanceProperty conductanceProperty2 = "42S"; ConductanceProperty conductanceProperty3 = "42"; // Unit of conductanceProperty3 depends on Harness proD settings!