| Overload | Description |
|---|---|
| ToString(Language,String) | Used in conversion of the PropertyValue object to If the type of property is MultiLangString, only the specified language is returned. In case of a transient PropertyValue object, the stored value is returned without any cast. |
| ToString(Language) | Used in conversion of the PropertyValue object to If the type of property is MultiLangString, only the specified language is returned. In case of a transient PropertyValue object, the stored value is returned without any cast. |
| ToString() | Returns a string that represents the current object. |