I want to check is Column has numeric value or not.
Here is my condition which is not working:
in_TransactionItem.Item(“CashIn”).ToString.IsNumeric
in_TransactionItem is DataRow type and wants to check is Cashin column value is numeric or not.
I want to check is Column has numeric value or not.
Here is my condition which is not working:
in_TransactionItem.Item(“CashIn”).ToString.IsNumeric
in_TransactionItem is DataRow type and wants to check is Cashin column value is numeric or not.
Thank you for replay but it is reslove it just Bracket issue
It should be like this : (in_TransactionItem(“CashIn”).ToString).IsNumeric