Class QuoteFields
Describes when fields in output should be surrounded with quotes.
public sealed class QuoteFields : ConstantClass
- Inheritance
-
QuoteFields
Fields
Always
Specifies that fields in output should always be surrounded in quotes.
public static readonly QuoteFields Always
Field Value
AsNeeded
Specifies that fields in output should be surrounded in quotes as necessary.
public static readonly QuoteFields AsNeeded
Field Value
Methods
FindValue(string)
Finds the QuoteFields instance for the string value
public static QuoteFields FindValue(string value)
Parameters
value
stringstring value that maps to QuoteFields enum
Returns
- QuoteFields
QuoteFields enum
Operators
implicit operator QuoteFields(string)
Converts the string to QuoteFields instance
public static implicit operator QuoteFields(string value)
Parameters
value
string