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