API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(MDPropertyValue,String) Operator
System::String value to convert

In This Topic
Implicit Type Conversion(MDPropertyValue,String) Operator
In This Topic
Converts from System::String to the MDPropertyValue object.
Syntax
public MDPropertyValue operator implicit( 
   string str
)

Parameters

str
System::String value to convert

Return Value

MDPropertyValue object storing System::String value.
See Also