Hi,
From the above .tbl file, I need to read data and convert it to c# object.
Need to read data as follows:
example:-
Class CurveParameters
{
public string fxpair{get;set;}
public string index{get;set;}
public string spotdays{get;set;}
public string calendar {get;set;}
}