Show / Hide Table of Contents

    FromText Procedure

    Codeunit Temp Blob

    Imports the provided text.

    Overloads

    Name Description
    FromText(Text) Imports the provided text.
    FromText(Text; TextEncoding) Imports the provided text with the provided encoding.

    FromText(Text) Procedure

    Imports the provided text.

    Signature

    [NonDebuggable]
    FromText(var String: Text)
    

    Parameters

    var String Text

    The text to save to the Blob. This parameter is VAR for performance reasons.

    FromText(Text; TextEncoding) Procedure

    Imports the provided text with the provided encoding.

    Signature

    [NonDebuggable]
    FromText(var String: Text; Encoding: TextEncoding)
    

    Parameters

    var String Text

    The text to save to the Blob. This parameter is VAR for performance reasons.

    Encoding TextEncoding

    The encoding to use when saving the text.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX