MyMediaLite
Utils.Split Method (string, string, int)
Syntax
Collapse All
Split a string
Declaring type:
Utils
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.