public DensityProperty operator implicit( string value )
Parameters
- value
- Text form of density to store in the property.
Return Value
New DensityProperty created from the given System.String value.
public DensityProperty operator implicit( string value )
DensityProperty densityProperty1 = "42 kg/m3"; DensityProperty densityProperty2 = "42kg/m3"; DensityProperty densityProperty3 = "42"; // Unit of densityProperty3 depends on Harness proD settings!