Was this page helpful?

EndsWithInvariantIgnoreCase Extension Method

    EndsWithInvariantIgnoreCase(this string text, string value)

    public static bool EndsWithInvariantIgnoreCase(this string text, string value);
    Shortcut for case-insensitive, invariant String.EndsWith(string value)

    Parameters

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

    Returns

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

    Copyright © 2011 MindTouch, Inc. Powered by