| Overload | Description | 
|---|---|
| Implicit Type Conversion(Int32,PropertyValue) | Used in conversion of the PropertyValue object to int. | 
| Implicit Type Conversion(Double,PropertyValue) | Used in conversion of the PropertyValue object to double. | 
| Implicit Type Conversion(Boolean,PropertyValue) | Used in conversion of the PropertyValue object to bool. | 
| Implicit Type Conversion(String,PropertyValue) | Used in conversion of the PropertyValue object to string. | 
| Implicit Type Conversion(DateTime,PropertyValue) | Used in conversion of the PropertyValue object to DateTime. | 
| Implicit Type Conversion(MultiLangString,PropertyValue) | Used in conversion of the PropertyValue object to Eplan.EplApi.Base.MultiLangString. | 
| Implicit Type Conversion(PointD,PropertyValue) | Used in conversion of the PropertyValue object to Eplan.EplApi.Base.PointD. | 
| Implicit Type Conversion(PropertyValue,DateTime) | Used in conversion from System.DateTime to the PropertyValue object. | 
| Implicit Type Conversion(PropertyValue,PointD) | Used in conversion from Eplan.EplApi.Base.PointD to the PropertyValue object. | 
| Implicit Type Conversion(PropertyValue,MultiLangString) | Used in conversion from Eplan.EplApi.Base.MultiLangString to the PropertyValue object. | 
| Implicit Type Conversion(PropertyValue,String) | Used in conversion from stringto the PropertyValue object. | 
| Implicit Type Conversion(PropertyValue,Boolean) | Used in conversion from boolto the PropertyValue object. | 
| Implicit Type Conversion(PropertyValue,Double) | Used in conversion from doubleto the PropertyValue object. | 
| Implicit Type Conversion(PropertyValue,Int32) | Used in conversion from intto the PropertyValue object. | 
