Show / Hide Table of Contents

    AsBase64 Procedure

    Codeunit Temp Blob

    Gets the data as Base64 encoded text.

    Overloads

    Name Description
    AsBase64(): Text Gets the data as Base64 encoded text.
    AsBase64(Text) Gets the data as Base64 encoded text.

    AsBase64() Procedure

    Gets the data as Base64 encoded text.

    Signature

    [NonDebuggable]
    AsBase64() Base64Result: Text
    

    Returns

    Text

    The data, encoded as Base64.

    AsBase64(Text) Procedure

    Gets the data as Base64 encoded text.

    Signature

    [NonDebuggable]
    AsBase64(var Base64Result: Text)
    

    Parameters

    var Base64Result Text

    The Text variable that will be filled with the Base64 encoded data.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX