Skip to main content

Struct TcStringParser.ParseOptions

Represents TcStringParser options.

Declaration
public struct TcStringParser.ParseOptions

Properties

ExcludeCore

Gets or sets a value indicating whether to exclude the Core segment when parsing.

Declaration
public bool ExcludeCore { readonly get; set; }

ExcludeDisclosedVendors

Gets or sets a value indicating whether to exclude the Disclosed Vendors segment when parsing.

Declaration
public bool ExcludeDisclosedVendors { readonly get; set; }

ExcludePublisherTc

Gets or sets a value indicating whether to exclude Publisher TC segment when parsing.

Declaration
public bool ExcludePublisherTc { readonly get; set; }