OfficeOpenXml.ExcelCell.ToString C# (CSharp) Method

ToString() public method

Returns the cell's value as a string.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return Value.ToString();
        }