Skip to content

7621063c d1f5 e127 c014 1e82a4584321

Fernando Garcia edited this page May 8, 2018 · 1 revision

ISettings.SetSpecialChars Method

Additional header content

Sets an special char array to this target.

Namespace: iTin.Export.ComponentModel
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

void SetSpecialChars(
	IEnumerable<char> value
)

VB

Sub SetSpecialChars ( 
	value As IEnumerable(Of Char)
)

Parameters

 

value
Type: System.Collections.Generic.IEnumerable(Char)
Special chars array.

Remarks

[Missing documentation for "M:iTin.Export.ComponentModel.ISettings.SetSpecialChars(System.Collections.Generic.IEnumerable{System.Char})"]

See Also

Reference

ISettings Interface
iTin.Export.ComponentModel Namespace

Clone this wiki locally