public FlowProperty operator implicit( string value )
Parameters
- value
- Text form of flow to store in the property.
Return Value
New FlowProperty created from the given System.String value.
public FlowProperty operator implicit( string value )
FlowProperty flowProperty1 = "42 m3/sec"; FlowProperty flowProperty2 = "42m3/sec"; FlowProperty flowProperty3 = "42"; // Unit of flowProperty3 depends on Harness proD settings!