public VoltageProperty operator implicit( string value )
Parameters
- value
- Text form of voltage to store in the property.
Return Value
New VoltageProperty created from the given System.String value.
public VoltageProperty operator implicit( string value )
VoltageProperty voltageProperty1 = "42 V"; VoltageProperty voltageProperty2 = "42V"; VoltageProperty voltageProperty3 = "42"; // Unit of voltageProperty3 depends on Harness proD settings!