@Ascii defines the decorated as an unsigned 8 bit integer and transform
each of those read integer into a character by applying ascii encoding
(see Char).
After the controller (if any) has been executed the resulting value will
be joined into a string.
Type Parameters
This extends object
The type of the class the decorator is applied to.
This function differ from Char by joining the resulting value after
the controller has been executed into a string.
During the write phase the string will be splitted into an array.
@Ascii
defines the decorated as an unsigned 8 bit integer and transform each of those read integer into a character by applying ascii encoding (see Char). After the controller (if any) has been executed the resulting value will be joined into a string.