Home > @i2analyze/notebook-sdk > data > IDecimal > toTransportString
data.IDecimal.toTransportString() method
Gets the decimal value as a string to be transported.
Signature:
toTransportString(): string;
Returns:
string
A string representation of the value.
Introduced: version 1.0
Remarks
The string is intended for transport, not display. Use a data.IFormatter to produce a display string.