CsvOptsExtensionUnset Method
Removes all flags set in flags from
value.
Namespace: FolkerKinzel.CsvToolsAssembly: FolkerKinzel.CsvTools (in FolkerKinzel.CsvTools.dll) Version: 2.0.2+e1e095fbd3614788c84dad3204b1e88c20f89802
public static CsvOpts Unset(
this CsvOpts value,
CsvOpts flags
)
<ExtensionAttribute>
Public Shared Function Unset (
value As CsvOpts,
flags As CsvOpts
) As CsvOpts
public:
[ExtensionAttribute]
static CsvOpts Unset(
CsvOpts value,
CsvOpts flags
)
[<ExtensionAttribute>]
static member Unset :
value : CsvOpts *
flags : CsvOpts -> CsvOpts
- value CsvOpts
- The CsvOpts value from which the flags
set in flags are removed.
- flags CsvOpts
- A single CsvOpts value or a combination
of several CsvOpts values.
CsvOptsA
CsvOpts value on which everyone in
flags set flags are removed.In Visual Basic and C#, you can call this method as an instance method on any object of type
CsvOpts. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).