FolderSelectSSJ 1.0.6

dotnet add package FolderSelectSSJ --version 1.0.6
                    
NuGet\Install-Package FolderSelectSSJ -Version 1.0.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FolderSelectSSJ" Version="1.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FolderSelectSSJ" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="FolderSelectSSJ" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FolderSelectSSJ --version 1.0.6
                    
#r "nuget: FolderSelectSSJ, 1.0.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FolderSelectSSJ@1.0.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FolderSelectSSJ&version=1.0.6
                    
Install as a Cake Addin
#tool nuget:?package=FolderSelectSSJ&version=1.0.6
                    
Install as a Cake Tool

文件夹使用: FolderBrowserDialogEx dialog = new FolderBrowserDialogEx(); if (dialog.ShowDialog(this.Handle)) { textBox1.Text = dialog.FileName; }

CSV逗号的处理转数组: string[] sst= SSJ_CSVstrToArry.CSVstrToArry(string strline);

分割Datatable: List<DataTable>dtset= FolderBrowserDialogExSSJ.SSJ_SplitDataTable.ListData(dt, 800000);//根据数据分割datatable

CSV自动编码识别: Encoding ecode = FolderBrowserDialogExSSJ.SSJ_CSVEncoding.SSJGetFileEncodeType(csvpath);

时间格式转换: string strtime=FolderBrowserDialogExSSJ.SSJ_DateTimeTrans.DateTimeA_To_DateTimeB('2022/6/1 12:00:00'); 日期格式转换: string strday=FolderBrowserDialogExSSJ.SSJ_DateTimeTrans.DateTimeA_To_DateB('2022/6/1 12:00:00');

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.6 617 7/7/2022
1.0.5 536 8/13/2021
1.0.4 519 7/24/2021
1.0.3 522 7/8/2021
1.0.2 526 7/8/2021
1.0.0.1 528 7/8/2021
1.0.0 540 7/7/2021