Home > @i2analyze/i2connect > data > DecimalString
data.DecimalString type
A decimal in string format.
Signature:
type DecimalString = string;
Introduced: API version 1.2
Remarks
A valid transport string is a number with up to 18 digits before the decimal separator, and up to four digits after the decimal separator. A leading minus sign is valid, but exponent (E) notation is not.