DocsMarshal.Workflow.ActivityLibrary.Convertersv 1.0.0.0

A group of activity that provides conversion methods between different types of data.


DocsMarshal.Workflow.ActivityLibrary.From_ByteArray_To_File

This activity saves a byte array content to a specific local path.


DocsMarshal.Workflow.ActivityLibrary.From_ByteArray_To_String

This activity converts a byte array to an UTF8 encoded string. The activity automatically removes the BOM if it matches that of the given encoding.


DocsMarshal.Workflow.ActivityLibrary.From_DataTable_To_String

This activity converts a DataTable object into a string.


DocsMarshal.Workflow.ActivityLibrary.From_File_To_ByteArray

This activity converts a local file into a byte array object.


DocsMarshal.Workflow.ActivityLibrary.From_String_To_ByteArray

This activity converts a string into a byte arrayy with a specific encoding.


DocsMarshal.Workflow.ActivityLibrary.From_String_To_DataTable

This activity converts a formatted string into DataTable object.


DocsMarshal.Workflow.ActivityLibrary.StringToDateTime

This activity converts a formatted string to a DateTime object.


DocsMarshal.Workflow.ActivityLibrary.StringToDecimal

This activity converts a string to a decimal number.


DocsMarshal.Workflow.ActivityLibrary.StringToDouble

This activity converts a string to a double.