Was this page helpful?

ContainsInvariantIgnoreCase Extension Method

    ContainsInvariantIgnoreCase(this string text, string value)

    public static bool ContainsInvariantIgnoreCase(this string text, string value);
    Determine whether a string is contained in another string using case-insensitive, invariant comparison.

    Parameters

    Name Type Description
    text string Text to examine
    value string The System.String to find.

    Returns

    Type: bool
    True if value is found in the input string; otherwise, False.
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by