Method IsLiteral
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
Returns
- bool
True if value is literal; otherwise false.