DeserializationHelper<T>.Deserialize Method

/// Deserialize a single row using precomputed converters ///
Public Function Deserialize( _ 
ByVal line As String(), _ 
ByVal row_num As Integer, _ 
ByVal settings As CSVSettings
) As T
This language is not supported or no code example is available.
public T Deserialize( 
string[] line
int row_num
CSVSettings settings 
)
This language is not supported or no code example is available.
public:  
T^ Deserialize( 
array< String^ >^ line
int row_num
CSVSettings^ settings 
)
This language is not supported or no code example is available.
public function Deserialize( 
line : String[], 
row_num : int
settings : CSVSettings 
) : T;
This language is not supported or no code example is available.

Parameters

line
string[]

row_num
int

settings
CSVSettings

Return Value

T
Exception type Condition

Exception

Exception

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition