Skip to content

f43eefc7 8db1 598c 3124 b51d71744066

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

BaseDataTypeModel.GetFormattedDataValue Method

Additional header content

Returns data format for a data type.

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 GetFormattedDataValue(
	string value
)

VB

Public Function GetFormattedDataValue ( 
	value As String
) As FieldValueInformation

Parameters

 

value
Type: System.String
The value.

Return Value

Type: FieldValueInformation
Data format.

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseDataTypeModel.GetFormattedDataValue(System.String)"]

See Also

Reference

BaseDataTypeModel Class
iTin.Export.Model Namespace

Clone this wiki locally