Show / Hide Table of Contents

    Method Parse

    Parse(String)

    Yields the first member with a matching name.
    Declaration
    public static TDerived Parse(string name)
    Parameters
    Type Name Description
    String name Name of member to search for. Member names comparison is case-insensitive.
    Returns
    Type Description
    TDerived First matching enumeration member with the given name or null, if no match was found.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.