ConfigStringBuilder Build Method (IConfigNode)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(
	IConfigNode source
)

Parameters

source
Type: NFX.Environment IConfigNode
The original source which may be IConfigStringBuilder injector or attribute value

Return Value

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