DeserializationHelper<T>.Deserialize Method
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.
Parameters
- line
- string[]
- row_num
- int
- settings
- CSVSettings
Return Value
T| Exception type | Condition |
|---|---|
|
Exception |