ExpressionParserResolveReferences Method |
Note: This API is now obsolete.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [ObsoleteAttribute("This class has been deprecated and is superceded by NetQuarry.ExpressionParser.ResolveReferences.")]
public static string ResolveReferences(
string s,
string parens,
Properties nv
)
<ObsoleteAttribute("This class has been deprecated and is superceded by NetQuarry.ExpressionParser.ResolveReferences.")>
Public Shared Function ResolveReferences (
s As String,
parens As String,
nv As Properties
) As String
Parameters
- s
- Type: SystemString
The string requiring resolution - parens
- Type: SystemString
A string denoting which characters enclose the tokens to replace. e.g., [], {}, any two characters. - nv
- Type: NetQuarryProperties
A collection of name value pairs that are used to perform replacements
Return Value
Type:
StringThe input string resolved for any references contained in the name value collection
See Also