Blob Variable-Read Access

Name in Migrated Code: ENV.IO.ByteArrayReader
Location in Migrated Code: OnLoad Method

ENV.IO.ByteArrayReader _ioPrint_Customers; 

Name

_ioPrint_Customers = new ENV.IO.ByteArrayReader(V_myBlob)
{
     Name = "Print - Customers",
     IgnoreLineFeed = true
            
}; 

Format

_ioPrint_Customers = new ENV.IO.ByteArrayReader(V_myBlob)
{
     Name = "Print - Customers",
     IgnoreLineFeed = true
            
}; 

Exp/Var

Name of Blob Variable passed in Constructor

  _ioPrint_Customers = new ENV.IO.ByteArrayReader(V_myBlob)
{

}; 

Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com