ShouldQuote(ShouldQuoteArgs) Method
Returns true if the field contains a Quote, starts with a space, ends with a space, contains \r or \n, or contains the Delimiter.

Syntax

public static bool ShouldQuote(ShouldQuoteArgs args)

Parameters

Name Type Description
args ShouldQuoteArgs The args.

Return Value

Type Description
bool true if the field should be quoted, otherwise false.