Obsolete member Cell.StringValueWithoutFormat question

Hi,

After upgrading Aspose.Cells 20.12.0 I noticed Cell.StringValueWithoutFormat is now obsolete.

I need an equivalent method to produce the same result as the old Cell.StringValueWithoutFormat, could you help me check if
Cell.GetStringValue(CellValueFormatStrategy.None)
would be the one that always gives the same result as StringValueWithoutFormat?

If not, could you please advise me with some code that could always produce the same output?

Thanks,

@ServerSide527,

Yes, Cell.StringValueWithoutFormat is obsoleted and will be removed from the APIs list in due time. Your understanding is correct, so you may try using Cell.GetStringValue() method. In case, you find any issue, let us know with details and sample code, we will check it soon.