Encoding

VcfLoadOptions.Encoding property

Gets or sets the encoding that will be used when loading Vcf document. Default is Encoding.Default.

public Encoding Encoding { get; set; }

See Also