|
ValueExpressionParserReplaceThisKeywords Method
|
Replaces references to "this" keyword with a specified fieldName.
Namespace: GSF.ComponentModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.304-beta+e40582bbb64c28edadb696048770577c4e325275
SyntaxPublic Shared Function ReplaceThisKeywords (
expression As String,
fieldName As String
) As String
GSF.ComponentModel.ValueExpressionParser.ReplaceThisKeywords = function(expression, fieldName);
View SourceParameters
- expression String
- Expression to search.
- fieldName String
- Replacement value for "this" keyword usages.
Return Value
StringAn expression with "this" keywords replaced with specified
fieldName.
See Also