Show / Hide Table of Contents

    GetOutStream Procedure

    Codeunit WS Debug Mgt.

    Creates an OutStream from the blob with UTF8 encoding.

    Overloads

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

    GetOutStream(Text[100]; OutStream) Procedure

    Creates an OutStream from the blob with UTF8 encoding.

    Signature

    GetOutStream(Name: Text[100]; var OS: OutStream)
    

    Parameters

    Name Text[100]

    The name of the parameter.

    var OS OutStream

    The created OutStream.

    GetOutStream(Text[100]; TextEncoding; OutStream) Procedure

    Creates an OutStream from the blob with selected encoding.

    Signature

    GetOutStream(Name: Text[100]; Encoding: TextEncoding; var OS: OutStream)
    

    Parameters

    Name Text[100]

    The name of the parameter.

    Encoding TextEncoding

    The encoding to be used.

    var OS OutStream

    The created OutStream.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX