Search Results for

    Show / Hide Table of Contents

    Class Splitter

    Utility class for splitting strings.

    Inheritance
    System.Object
    Splitter
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class Splitter : object

    Methods

    Split(String, String)

    Splits a string using a given delimiter.

    Declaration
    public static string[] Split(string str, string delimiter)
    Parameters
    Type Name Description
    System.String str

    The string.

    System.String delimiter

    The delimiter.

    Returns
    Type Description
    System.String[]
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0