Split a string
Declaring type: Utils
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static string[] Split (
        string str,
        string regex,
        int max_fields
) 
Parameters
str
the string to be split
regex
the separator (warning: currently not a regex)
max_fields
the maximum number of fields
Return Value
the components the string was split into