Feedback

  • Contents
 

DecodeBuffer

This Buffer tool de-serializes a string into a binary buffer. The string must be in the format “0x1234”.

Note: Any existing data in the buffer handler will be replaced by the new data.

Inputs

Buffer Handle

The buffer handle to be overwritten.

String

The string value that contains the serialized buffer.

Exit Paths

Success

This step takes this path on success.

Invalid Handle

The tool takes this path, if the buffer handles was invalid.