Skip to content

a745faf4 d8e3 e838 c03d edbc60de372f

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

FieldValueModel.GetValue Method (IEnumerable(Char))

Additional header content

Gets the value.

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

Syntax

C#

public FieldValueInformation GetValue(
	IEnumerable<char> specialChars
)

VB

Public Function GetValue ( 
	specialChars As IEnumerable(Of Char)
) As FieldValueInformation

Parameters

 

specialChars
Type: System.Collections.Generic.IEnumerable(Char)
The special chars.

Return Value

Type: FieldValueInformation
The value

Remarks

[Missing documentation for "M:iTin.Export.Model.FieldValueModel.GetValue(System.Collections.Generic.IEnumerable{System.Char})"]

See Also

Reference

FieldValueModel Class
GetValue Overload
iTin.Export.Model Namespace

Clone this wiki locally