A group of activity that provides conversion methods between different types of data.
This activity saves a byte array content to a specific local path.
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.
This activity converts a DataTable object into a string.
This activity converts a local file into a byte array object.
This activity converts a string into a byte arrayy with a specific encoding.
This activity converts a formatted string into DataTable object.
This activity converts a formatted string to a DateTime object.
This activity converts a string to a decimal number.
This activity converts a string to a double.