Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    Object
    GetValueOutcome
    Namespace: actionETL.Configuration
    Assembly: actionETL.dll
    Syntax
    public static class GetValueOutcome
    In This Article
    Back to top Copyright © 2023 Envobi Ltd