ToString Method (PropertyValue)
In This Topic
Returns string value of this property. When type of property is MultiLangString then only the specified language is returned. In case of a transient PropertyValue object, the stored value is returned without any cast. When property can not be read, default_value is returned instead of throwing an EmptyPropertyException .
Overload List
| Overload | Description |
| ToString(Language,String) | Returns string value of this property. When type of property is MultiLangString then only the specified language is returned. In case of a transient PropertyValue object, the stored value is returned without any cast. When property can not be read, default_value is returned instead of throwing an EmptyPropertyException . |
| ToString(Language) | Returns string value of this property. When type of property is MultiLangString then only the specified language is returned. In case of a transient PropertyValue object, the stored value is returned without any cast. When property can not be read, null is returned instead of throwing an EmptyPropertyException . |
| ToString() | Returns a string that represents the current object. |
See Also