Search Results for

    Show / Hide Table of Contents

    Interface IGetValueOutcome

    Marker interface for types 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 interface IGetValueOutcome

    See Also

    TryGetValue<T>(String, String, CultureInfo)
    In This Article
    • See Also
    Back to top Copyright © 2023 Envobi Ltd