|
ValueExpressionParserReplaceThisKeywords Method
|
Replaces references to "this" keyword with a specified fieldName.
Namespace: GSF.ComponentModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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