Show / Hide Table of Contents

    Class NameValueCollectionUtility

    This utility class provides a set of concrete static methods for supporting the EnumerableUtility.

    Inheritance
    System.Object
    NameValueCollectionUtility
    Namespace: Cuemon.Collections.Specialized
    Assembly: Cuemon.Collections.Specialized.dll
    Syntax
    public static class NameValueCollectionUtility

    Methods

    | Improve this Doc

    ContainsKey(NameValueCollection, String)

    Determines whether the specified c contains an entry with the specified key.

    Declaration
    public static bool ContainsKey(NameValueCollection c, string key)
    Parameters
    Type Name Description
    System.Collections.Specialized.NameValueCollection c

    The System.Collections.Specialized.NameValueCollection to search for key.

    System.String key

    The key to locate in c.

    Returns
    Type Description
    System.Boolean

    true if the specified c contains an entry with the key; otherwise, false.

    Remarks

    This method performs an System.StringComparison.OrdinalIgnoreCase search for key.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX