I'm in a predicament, I have a FetchXML query that retrieves two money values from two entities, the returned values are obviously string so should I convert to parseInt or parsefloat? At the moment I have it as: parseFloat(Value, 10) but am I setting
myself up for a messy situation when the values returned get larger?
↧