Split Function Class Microsoft.VisualBasic.Strings Syntax Split(expression, [delimiter[, limit[, (Ssh hosting)
Split Function Class Microsoft.VisualBasic.Strings Syntax Split(expression, [delimiter[, limit[, compare]]]) expression Use: Required Data Type: String A string to be broken up into multiple strings delimiter Use: Optional Data Type: String The character used to delimit the substrings in expression limit use: Optional Data Type: Integer The maximum number of strings to return compare Use: Optional Data Type: CompareMethod Constant The method of comparison. Possible values are CompareMethod.Binary (the default) or CompareMethod.Text. Return Value A String array containing the substrings of expression delimited by delimiter. Description Parses a single string containing delimited values into an array
Hint: This post is supported by Gama web hosting php services