Configuration ProviderLoadFromString Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Loads the supplied string content in the specified format, which may be format name like "xml" or "laconfig" with or without extension period

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static Configuration ProviderLoadFromString(
	string content,
	string format
)

Return Value

Type: Configuration
See Also