Ejemplo n.º 1
0
        /// <inheritdoc />
        public void Run(IOperationContext operationContext)
        {
            var input = new ByteArrayInputBytes(Text != null ? OtherEncodings.StringAsLatin1Bytes(Text) : Bytes);

            operationContext.ShowText(input);
        }