Пример #1
0
        public override string ToString()
        {
            object cellValue = SchemaAttribute.GetValue(_taxonomy, _attribute, _schematus);

            return(cellValue == null ? "" : cellValue.ToString());
        }
Пример #2
0
        string ISpell.GetSpellValue()
        {
            object cellValue = SchemaAttribute.GetValue(_taxonomy, _attribute, _schematus);

            return(cellValue == null ? "" : cellValue.ToString());
        }