Show / Hide Table of Contents

    GetInStream Procedure

    Codeunit WS Debug Mgt.

    Creates an InStream from the blob with UTF8 encoding.

    Overloads

    Name Description
    GetInStream(Text[100]; InStream) Creates an InStream from the blob with UTF8 encoding.
    GetInStream(Text[100]; TextEncoding; InStream) Creates an InStream from the blob with selected encoding.

    GetInStream(Text[100]; InStream) Procedure

    Creates an InStream from the blob with UTF8 encoding.

    Signature

    GetInStream(Name: Text[100]; var IS: InStream)
    

    Parameters

    Name Text[100]

    The name of the parameter.

    var IS InStream

    The created InStream.

    GetInStream(Text[100]; TextEncoding; InStream) Procedure

    Creates an InStream from the blob with selected encoding.

    Signature

    GetInStream(Name: Text[100]; Encoding: TextEncoding; var IS: InStream)
    

    Parameters

    Name Text[100]

    The name of the parameter.

    Encoding TextEncoding

    The encoding to be used.

    var IS InStream

    The created InStream.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX