Skip to content

3c99ba17 9ccd a7f3 7ac9 711ff8a9a8be

Axel Kesseler edited this page Jan 1, 2019 · 1 revision

BinConverterSettings.SectionDelimiterWidth Property

Gets or sets the amount of taken section delimiters. The default value is two.

Namespace: Plexdata.Converters
Assembly: Plexdata.BinConverter (in Plexdata.BinConverter.dll) Version: 1.0.0.0

Syntax

C#

public int SectionDelimiterWidth { get; set; }

Property Value

Type: Int32
The section delimiter is repeated if the value of this property is greater than one.

Implements

IBinConverterSettings.SectionDelimiterWidth

Exceptions

 

Exception Condition
ArgumentException This exception is thrown in case of provided value is less than zero.

Remarks

A value of zero for this property does actually prevent the usage of the section delimiter.

See Also

Reference

BinConverterSettings Class
Plexdata.Converters Namespace
IBinConverterSettings.SectionDelimiterValue

Clone this wiki locally