Click or drag to resize

DictionarySerializerTUnquote Property

Gets or sets a value indicating whether this instance should unquote texts.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool Unquote { get; set; }

Property Value

Type: Boolean
true if unquote; otherwise, false.
See Also