[This is preliminary documentation and is subject to change.]
Builds the string based on the configured state supplied as a config vector, or
passes the supplied string through if it is not a loaconic vector with CONFIG_BUILDER_ROOT
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- level
- Type: NFX.Environment IConfigSectionNode
The configuration section level
- sectionOrAttributeName
- Type:
System String
The name of section or attribute at the specified level
Return Value
Type:
The original attribute string value or the string returnd by IConfigStringBuilder.BuildString() method if IConfigStringBuilder was specified
See Also