Returns an options object with the
QuoteCharacter
property changed to the specified value.
Namespace: Extreme.Data.TextAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16328.0)
public DelimitedTextOptions WithQuoteCharacter(
char quoteCharacter
)
Public Function WithQuoteCharacter (
quoteCharacter As Char
) As DelimitedTextOptions
public:
DelimitedTextOptions^ WithQuoteCharacter(
wchar_t quoteCharacter
)
member WithQuoteCharacter :
quoteCharacter : char -> DelimitedTextOptions
Parameters
- quoteCharacter
- Type: SystemChar
The new value for
the QuoteCharacter property.
Return Value
Type:
DelimitedTextOptions
Numerical Libraries
Supported in: 6.0
Reference