Open British-Systems opened 8 months ago
Set the value as a string in the model and use TryParse
if (int.TryParse(theStringValue, out NumberValue)) { }
Workaround
Set the value as a string in the model and use TryParse