StringResult class

StringResult class

Represents operation result in the form of string.

The StringResult type exposes the following members:

Properties

NameDescription
is_fileIndicates whether the result is a path to an output file.
is_streamIndicates whether the result is a path to an output file.
is_stringIndicates whether the result is a string.
is_byte_arrayIndicates whether the result is a byte array.
dataGets raw data.
textReturns string representation of the result.

Methods

NameDescription
to_file()Tries to convert the result to a file.
to_stream()Tries to convert the result to a stream object.

See Also