Click or drag to resize

ValueExpressionParserHasThisKeywords Method

Returns a flag that determines if the "this" keyword exists with the specified expression.

Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
Syntax
public static bool HasThisKeywords(
	string expression
)
View Source

Parameters

expression  String
Expression to search.

Return Value

Boolean
true if "this" keyword exists in expression; otherwise, false.
See Also