Skip to content

b57d999f 462b 1438 8e9f 98c50440905b

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

IBinConverterSettings.SectionDelimiterValue Property

Gets or sets the character to be used as delimiter between each output section. The default value is a space.

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

Syntax

C#

char SectionDelimiterValue { get; set; }

Property Value

Type: Char
Set the value of property SectionDelimiterWidth to zero to disable the usage of the section delimiter.

Exceptions

 

Exception Condition
ArgumentException This exception is thrown in case of provided value is one of the control characters.

Remarks

The section delimiter is ignored if one of the sections is invisible. But keep in mind, the value of this property is also used as separator between byte block items.

See Also

Reference

IBinConverterSettings Interface
Plexdata.Converters.Abstractions Namespace
IBinConverterSettings.SectionDelimiterWidth

Clone this wiki locally