public PowerProperty operator implicit( string value )
Parameters
- value
- Text form of power to store in the property.
Return Value
New PowerProperty created from the given System.String value.
public PowerProperty operator implicit( string value )
PowerProperty powerProperty1 = "42 W"; PowerProperty powerProperty2 = "42W"; PowerProperty powerProperty3 = "42"; // Unit of powerProperty3 depends on Harness proD settings!