Skip to Content
0
Former Member
Jul 28, 2016 at 01:38 PM

ParseFromString() Method Does Not Work

276 Views

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