public PropertyValue operator implicit( string str )
public: operator PropertyValue^ ( String^ str )
Parameters
| Parameter Name | Description |
|---|---|
| str | string to convert |
Return Value
PropertyValue object storing value given as a parameter.
string to the PropertyValue object.public PropertyValue operator implicit( string str )
public: operator PropertyValue^ ( String^ str )
| Parameter Name | Description |
|---|---|
| str | string to convert |