docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class StringExtensions

    Inheritance
    object
    StringExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PvpXray
    Assembly: PvpXray.dll
    Syntax
    public static class StringExtensions

    Methods

    EndsWithOrdinal(string, string)

    Declaration
    public static bool EndsWithOrdinal(this string str, string value)
    Parameters
    Type Name Description
    string str
    string value
    Returns
    Type Description
    bool

    IndexOfOrdinal(string, string, int)

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

    IndexOfOrdinal(string, string, int, int)

    Declaration
    public static int IndexOfOrdinal(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

    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

    StartsWithOrdinal(string, string)

    Declaration
    public static bool StartsWithOrdinal(this string str, string value)
    Parameters
    Type Name Description
    string str
    string value
    Returns
    Type Description
    bool
    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)