Loads CSV Data from the supplied CSV String.
Namespace: AJE.DataReportEngine.DataConvertorAssembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
public static string CSVToXML(
string CSV,
bool WithHeader = true
)
public static string CSVToXML(
string CSV,
bool WithHeader = true
)
Public Shared Function CSVToXML (
CSV As String,
Optional WithHeader As Boolean = true
) As String
Public Shared Function CSVToXML (
CSV As String,
Optional WithHeader As Boolean = true
) As String
public:
static String^ CSVToXML(
String^ CSV,
bool WithHeader = true
)
public:
static String^ CSVToXML(
String^ CSV,
bool WithHeader = true
)
Return Value
Type:
String