Was this page helpful?

LastIndexOfInvariantIgnoreCase Extension Method

    LastIndexOfInvariantIgnoreCase(this string text, string value)

    public static int LastIndexOfInvariantIgnoreCase(this string text, string value);
    Shortcut for case-insensitive, invariant String.LastIndexOf(string value)

    Parameters

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

    Returns

    Type: int
    The index position of the value parameter if that string is found, or -1 if it is not. If value is String.Empty, the return value is the last index position in this instance.
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by