Dear Experts,
I have encountered some problem wiht ParseFromString() method.
Here is some code.
var netAmount = (this.N_Quantity.content * this.N_UnitPrice).ToString();
.
.
.
itemData.N_NetAmount.content = Numeric.ParseFromString(netAmount);
There is the problem when I change the String value to Numeric value.
The data is not come out. 😕
When I debug the code, there is the data in the netAmount variable,
but it is not converted to Numeric.😔
Please help me.
Thanks and Regards,
Thu Thu