VBF.Compilers.Scanners.Lexeme.ToContentString C# (CSharp) Méthode

ToContentString() public méthode

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