str Accountcode = "Table";
SuppItemTable.AccountCode = str2Enum(TableGroupAll, Accountcode);
here Accountcode is a string and is a base enum.
SuppItemTable.AccountCode = str2Enum(TableGroupAll, Accountcode);
here Accountcode is a string and is a base enum.
No comments:
Post a Comment