Class GetValueOutcome
static class whose only purpose is to contain four nested
IGetValueOutcome classes, which are returned from
TryGetValue<T>(String, String, CultureInfo)
implementations:
GetValueOutcome.NotFound, GetValueOutcome.NotSupported, GetValueOutcome.ParseError, and
GetValueOutcome.Succeeded.
Typical usage is to call TryGetValue and switch on the type of the returned instance.
Namespace: actionETL.Configuration
Assembly: actionETL.dll
Syntax
public static class GetValueOutcome