File.WriteAllBytes(Path.Combine(
ConfigurationManager.AppSettings.Get("DocumentPath").ToString(), randString + FileExtension), array[]);
i have a datatable which consist file name, from file name i want to know file bytes ,so that i pass a parameter into
below function.
File.WriteAllBytes(Path.Combine(
ConfigurationManager.AppSettings.Get("DocumentPath").ToString(), randString + FileExtension), ?);
Amit GuptaPosted Mar 5, 2021, 10:31 AM
Jose HernandezPosted Mar 5, 2021, 6:36 AM
Sachin SinghPosted Mar 2, 2021, 10:09 AM
Sandeep kumarPosted Mar 2, 2021, 9:52 AM
Sandeep kumarPosted Mar 2, 2021, 9:49 AM
Sachin SinghPosted Mar 2, 2021, 9:38 AM