i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.

    In this article
    Back to top © N. Harris Computer Corporation