Table of Contents

Method IsLiteral

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

IsLiteral(string, out object)

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

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.