DelimitedTextEditOptions

DelimitedTextEditOptions constructor

Creates an instance of options class for delimited text with mandatory separator (delimiter)

public DelimitedTextEditOptions(string separator)
Parameter Type Description
separator String Mandatory separator (delimiter), that cannot be NULL or empty

Exceptions

exception condition
ArgumentException Is thrown when specxified separator is a null or empty string

See Also