NodeOverrideRules StringToOverrideSpec Method NFX Class Library

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

Tries to convert a string to OverrideSpec enum. If string is null or empty then "All" is returned, otherwise exception is thrown if the value does not match any of the expected values. The comparison is case-insensitive

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

public OverrideSpec StringToOverrideSpec(
	string str
)

Return Value

Type: OverrideSpec
See Also