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