Method ToInstructionString
ToInstructionString()
Renders the instruction back to instruction syntax. The result is equivalent to the input, not necessarily byte-identical: runs of whitespace between tokens collapse to a single space and quoting is reapplied only where the value requires it or where the original had it.
public string ToInstructionString()
Returns
- string
The instruction string.