Method IsLiteral
IsLiteral(string, out object)
When implemented by a class, indicates whether specified value is literal.
bool IsLiteral(string value, out object obj)
Parameters
Returns
- bool
True if value is literal; otherwise false.
When implemented by a class, indicates whether specified value is literal.
bool IsLiteral(string value, out object obj)
True if value is literal; otherwise false.