public static DataTable ToDataTable( this string delimitedData, string delimiter, bool header )
<ExtensionAttribute> Public Shared Function ToDataTable ( delimitedData As String, delimiter As String, header As Boolean ) As DataTable
public: [ExtensionAttribute] static DataTable^ ToDataTable( String^ delimitedData, String^ delimiter, bool header )
[<ExtensionAttribute>] static member ToDataTable : delimitedData : string * delimiter : string * header : bool -> DataTable
GSF.Data.DataExtensions.ToDataTable = function(delimitedData, delimiter, header);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.