Show / Hide Table of Contents

    PbBlob.BlobEdit(uint position, object value, Encoding encoding = default) Method

    .NET Standard 2.x

    Inserts data into a PbBlob object.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Syntax

     public uint? BlobEdit(uint position, object value, Encoding encoding = default);
    

    Parameters

    position System.UInt32

    The number of the position in PbBlob at which you want to begin inserting the data.

    value System.Object

    The data to be inserted into PbBlob.

    encoding System.Text.Encoding

    Character encoding of PbBlob in which you want to insert data of datatype string.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon