Ejemplo n.º 1
0
 public override string ToString()
 {
     if (!CmdByte.HasValue)
     {
         return(Text.ToString());
     }
     return($"\x1b[{string.Join(ANSI.sSEP, Parameters)}{(char)CmdByte}{Text.ToString()}");
 }