VBF.Compilers.Scanners.Lexeme.ToContentString C# (CSharp) Method

ToContentString() public method

Generates the content string of this lexeme.
public ToContentString ( ) : string
return string
        public string ToContentString()
        {
            return Value.ToString();
        }