HttpCommandProcessor parseCSV Method WebDriver
Parse Selenium comma separated values.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public static string[] parseCSV(
	string input
)

Parameters

input
Type: OnlineSystem String
the comma delimited string to parse

Return Value

the parsed comma-separated entries
See Also