Configuration CheckAndAdjustNodeName Method NFX Class Library

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

Checks node name for aptitude for particular configuration type. For example, XML configuration does not allow nodes with spaces or separator chars. When StrictNames is set to true and value is not appropriate then exception is thrown

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

public string CheckAndAdjustNodeName(
	string name
)

Return Value

Type: OnlineString
See Also