API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / ToString Method

In This Topic
    ToString Method (MDPropertyValue)
    In This Topic
    Returns string value of this property. When type of property is MultiLangString then only specified language is returned. In case of off-line MDPropertyValue object, stored value is returned without any cast. When property can not be read, default_value is returned instead of throwing MDEmptyPropertyException .
    Overload List
    OverloadDescription
    Returns string value of this property. When type of property is MultiLangString then only specified language is returned. In case of off-line MDPropertyValue object, stored value is returned without any cast. When property can not be read, default_value is returned instead of throwing MDEmptyPropertyException .  
    Returns string value of this property. When type of property is MultiLangString then only specified language is returned. In case of off-line MDPropertyValue object, stored value is returned without any cast. When property can not be read, null is returned instead of throwing MDEmptyPropertyException .  
    Returns a string that represents the current object.  
    See Also