Parses the text using Csv conventions add returns the next item starting at the position specified.

Syntax

ISTextUtilities.CsvParse(stringToParse, position, [csvDelimiter], [quoted])

Parameters

NameTypeOptionalByRefDescription
stringToParse String The string to parse.
position Integer ByRef The starting position within the string to Parse. Note, this is updated to the start of the next item.
csvDelimiter String Optional Optionally specify the delimiter. Note, normal csv convention is a comma.
quoted Boolean Optional ByRef Optionally returns whether or not the item was quoted. If omitted, a value of False is assumed.

Return Value

String

A String value.

Member of:
ISTextUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0