Show / Hide Table of Contents

    Decimal2Text Procedure

    Codeunit Text File Exporter

    Formats a decimal value as text, according to the provided settings.

    Signature

    Decimal2Text(FileSettings: Record "QWETB File Settings"; FieldValue: Decimal) : Text[2048]
    

    Parameters

    FileSettings Record "QWETB File Settings"

    The settings for how a decimal value should be formatted when being converted to text.

    FieldValue Decimal

    The date value that should be formatted as text.

    Returns

    Text[2048]

    The decimal value formatted as text.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX