ConfigStringBuilder Build Method (IConfigSectionNode, String)NFX Class Library

[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.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static string Build(
	IConfigSectionNode level,
	string sectionOrAttributeName
)

Parameters

level
Type: NFX.Environment IConfigSectionNode
The configuration section level
sectionOrAttributeName
Type: OnlineSystem String
The name of section or attribute at the specified level

Return Value

Type: OnlineString
The original attribute string value or the string returnd by IConfigStringBuilder.BuildString() method if IConfigStringBuilder was specified
See Also