EbubekirBastama.TxtOkuma
1.0.0.7
dotnet add package EbubekirBastama.TxtOkuma --version 1.0.0.7
NuGet\Install-Package EbubekirBastama.TxtOkuma -Version 1.0.0.7
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="EbubekirBastama.TxtOkuma" Version="1.0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EbubekirBastama.TxtOkuma --version 1.0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EbubekirBastama.TxtOkuma, 1.0.0.7"
#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.
// Install EbubekirBastama.TxtOkuma as a Cake Addin #addin nuget:?package=EbubekirBastama.TxtOkuma&version=1.0.0.7 // Install EbubekirBastama.TxtOkuma as a Cake Tool #tool nuget:?package=EbubekirBastama.TxtOkuma&version=1.0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EbubekirBastamatxtokuma
Ebubekir Bastama Txt Okuma Programı..
.dll ne işe yarar
Bu dll kullanıcıların dosyalardan string verileri rahatlıkla okuması için geliştirilmiştir ve kullancıların hiç uğraşma'dan verileri rahatlıkla okumasını sağlar..
.dll Nasıl Yükleriz.
Bu dll'i Nuget Manager'dan "ebubekir bastama txt okuma" yazarak bulabilir ve yükleyebilirsiniz.
Diğer yüklemeler
Package Manager
Install-Package Ebubekir.Bastama -Version 1.0.0
#.NET CLI
dotnet add package Ebubekir.Bastama --version 1.0.0
#PackageReference
<PackageReference Include="Ebubekir.Bastama" Version="1.0.0" />
#Paket CLI
paket add Ebubekir.Bastama --version 1.0.0
#Bu Sistemi Nasıl Kullanabiliriz. .dll'in kullanımı çok basittir ve 2 metod bulunmaktadır.
1-) listbox dolduran Metod
2-) Dizi Döndüren Metod.
listbox Döndüren Metod
using EbubekirBastamatxtokuma;
BekraTxtOkuma k = new BekraTxtOkuma();
k.Txt_Aktar(op.FileName.ToString(),listBox2,false);
Dizi Döndüren Metod
using EbubekirBastamatxtokuma;
BekraTxtOkuma k = new BekraTxtOkuma();
string[] dizi = k.Txt_Aktar_Dizi(op.FileName.ToString(), false);
for (int i = 0; i < k.Txt_Aktar_Dizi(op.FileName.ToString(),false).Length; i++)
{
listBox2.Items.Add(dizi[i].ToString());
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.