docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TfMatchedStringTokenize

    TfMatchedStringTokenize(string, char, char, char, out string)

    Declaration
    public static StdStringVector TfMatchedStringTokenize(string source, char openDelimiter, char closeDelimiter, char escapeCharacter, out string errors)
    Parameters
    Type Name Description
    string source
    char openDelimiter
    char closeDelimiter
    char escapeCharacter
    string errors
    Returns
    Type Description
    StdStringVector

    TfMatchedStringTokenize(string, char, char, char)

    Declaration
    public static StdStringVector TfMatchedStringTokenize(string source, char openDelimiter, char closeDelimiter, char escapeCharacter)
    Parameters
    Type Name Description
    string source
    char openDelimiter
    char closeDelimiter
    char escapeCharacter
    Returns
    Type Description
    StdStringVector

    TfMatchedStringTokenize(string, char, char)

    Declaration
    public static StdStringVector TfMatchedStringTokenize(string source, char openDelimiter, char closeDelimiter)
    Parameters
    Type Name Description
    string source
    char openDelimiter
    char closeDelimiter
    Returns
    Type Description
    StdStringVector

    TfMatchedStringTokenize(string, char, char, out string)

    Declaration
    public static StdStringVector TfMatchedStringTokenize(string source, char openDelimiter, char closeDelimiter, out string errors)
    Parameters
    Type Name Description
    string source
    char openDelimiter
    char closeDelimiter
    string errors
    Returns
    Type Description
    StdStringVector
    In This Article
    Back to top
    Copyright © 2023 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)