StringParserGetValue Method |
Evaluates a property using the StringParser. Equivalent to StringParser.Parse("${" + propertyName + "}");
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string? GetValue(
string propertyName,
params StringTagPair[]? customTags
)
Parameters
- propertyName String
- The property name to evaluate.
- customTags StringTagPair
- Optional custom tags.
Return Value
StringThe evaluated value, or
null if the property cannot be resolved.
See Also