Table of Contents

Method IsLiteral

Namespace
Alternet.Syntax.Parsers.Advanced
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

IsLiteral(string, out object)

When implemented by a class, indicates whether specified value is literal.

public virtual bool IsLiteral(string value, out object obj)

Parameters

value string

String to check.

obj object

Receives literal equivalent.

Returns

bool

True if value is literal; otherwise false.