docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method LastIndexOfOrdinal

    LastIndexOfOrdinal(string, string)

    Declaration
    public static int LastIndexOfOrdinal(this string str, string value)
    Parameters
    Type Name Description
    string str
    string value
    Returns
    Type Description
    int

    LastIndexOfOrdinal(string, string, int)

    Declaration
    public static int LastIndexOfOrdinal(this string str, string value, int startIndex)
    Parameters
    Type Name Description
    string str
    string value
    int startIndex
    Returns
    Type Description
    int

    LastIndexOfOrdinal(string, string, int, int)

    Declaration
    public static int LastIndexOfOrdinal(this string str, string value, int startIndex, int count)
    Parameters
    Type Name Description
    string str
    string value
    int startIndex
    int count
    Returns
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)