Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
30 packages returned for Tags:"SingleFile"
Sort by
Relevance
Downloads
Recently updated
SingleFile.
VB.
LicenseInfo
by:
chha
24,669 total downloads
last updated
5/20/2016
Latest version:
1.0.27
SingleFile.VB.LicenseInfo
license
LicenseInfo
LicenseInfo.vb
Acknowledgment
AcknowledgmentAttribute
AcknowledgmentAttribute.vb
SingleFile.VB
SingleFile
VB.NET
More tags
VB.NET source file that contains an abstract base class called "LicenseInfo" that is used by various concrete licenses implementations and also by the AcknowledgementAttribute. Do not install this package...
More information
SingleFile.
VB.
Acknowledgement
by:
chha
22,378 total downloads
last updated
5/20/2016
Latest version:
1.0.27
SingleFile.VB.Acknowledgement
AcknowledgmentAttribute.vb
AcknowledgmentAttribute
Acknowledgment
License
LicenseInfo
SingleFile.VB
SingleFile
VB.NET
Source
More tags
VB.NET source file that contains a class "AcknowledgementAttribute" that may be used on any type (or method, property etc.) to give credit to the contributor of the code, including the exact license that...
More information
SingleFile.
VB.
LicenseInfo.
MitLicense
by:
chha
20,415 total downloads
last updated
5/20/2016
Latest version:
1.0.27
SingleFile.VB.LicenseInfo.MitLicense
MitLicense.vb
MIT
MIT-License
Massachusetts
Institute
of
Technology
license
LicenseInfo
More tags
VB.NET source file that contains a subclass of LicenseInfo with the details to the "MIT License" (worded by the Massachusetts Institute of Technology) to be included through an Acknowledgement attribute in...
More information
SingleFile.
VB.
ExtString.
FillIn
by:
chha
8,103 total downloads
last updated
5/20/2016
Latest version:
1.0.27
SingleFile.VB.ExtString.FillIn
ExtString_FillIn.vb
Test_ExtString_FillIn.vb
extension
method
extensionmethod
FillIn
fill-in
fill
in
More tags
VB.NET source file with a better implementation of String.Format(..) that does not throw an exception if an opening "{" is somewhere in the text or if not all placeholders are used. Supported versions: .NET...
More information
SingleFile.
VB.
ExtByteArray.
ToBigInteger
by:
chha
3,244 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtByteArray.ToBigInteger
ExtByteArray_ToBigInteger.vb
Test_ExtByteArray_ToBigInteger.vb
ExtByteArray
ToBigInteger
extension
method
extensionmethod
BigInteger
SingleFile.VB
More tags
VB.NET source file that provides an extension method to convert byte arrays into positive BigInteger values, taking into account the given endianness. Supported versions: .NET Framework 4.0 .NET Framework...
More information
SingleFile.
VB.
Utilities.
InnerClass
by:
chha
2,295 total downloads
last updated
4/25/2016
Latest version:
1.0.25
SingleFile.VB.Utilities.InnerClass
InnerClass.vb
InnerClass
InnerClass(Of
T)
generic
inner
class
SingleFile.VB
SingleFile
More tags
VB.NET source file that contains a generic utility class that can be taken as base class for inner class implementations. It provides access to the outer instance and a property called DebuggerDisplayValue that...
More information
SingleFile.
VB.
ExtDouble.
TruncToInt64
by:
chha
3,287 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtDouble.TruncToInt64
ExtDouble_TruncToInt64.vb
TruncToInt64
ExtDouble
Test_ExtDouble_TruncToInt64.vb
extension
method
extensionmethod
Truncate
Double
More tags
VB.NET source file with an extension method that allows to truncate (instead of bankers round) Double values into Int64 ones, optionally throwing an exception if the value is out-of-range. Supported...
More information
SingleFile.
VB.
ExtArray.
Shuffle
by:
chha
3,880 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtArray.Shuffle
ExtArray_Shuffle.vb
shuffle
extension
method
array
IList
List
Collection
ICollection
More tags
VB.NET source file that contains an extension method that allows to shuffle an array or other IList. Supported versions: .NET Framework 3.5 .NET Framework 4.0 .NET Framework 4.5 .NET Framework 4.5.1 .NET...
More information
SingleFile.
VB.
ExtBigInteger.
ToByteArray
by:
chha
3,235 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtBigInteger.ToByteArray
ExtBigInteger_ToByteArray.vb
Test_ExtBigInteger_ToByteArray.vb
ExtBigInteger
ToByteArray
extension
method
extensionmethod
endianness
BigEndian
More tags
VB.NET source file that contains an extension method that allows to convert a positive BigInteger into a byte array, taking into account the desired endianness. Supported versions: .NET Framework 4.0 .NET...
More information
SingleFile.
VB.
ExtString.
EnumerateLines
by:
chha
6,255 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtString.EnumerateLines
ExtString_EnumerateLines.vb
Test_ExtString_EnumerateLines.vb
split
enumerate
get
yield
splitIntoLines
splitLines
getLines
More tags
VB.NET source file that contains an extension method that yields each line of a given text. The following line separators are recognized: CRLF (0D0A), LFCR (0A0D), LF (0A), CR (0D), VT (0B), FF (0C), LS (2028)...
More information
SingleFile.
VB.
ExtInt64.
IsMultipleOf
by:
chha
2,139 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtInt64.IsMultipleOf
ExtInt64_IsMultipleOf.vb
Test_ExtInt64_IsMultipleOf.vb
IsMultipleOf
multiple
of
Mod
operator
extension
method
More tags
VB.NET source file that contains an extension method that determines whether an Int64 value is a multiple of another value (Decimal). Zero values are handled correctly without throwing any...
More information
SingleFile.
VB.
ExtUInt32.
IsMultipleOf
by:
chha
2,122 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtUInt32.IsMultipleOf
ExtUInt32_IsMultipleOf.vb
Test_ExtUInt32_IsMultipleOf.vb
IsMultipleOf
multiple
of
Mod
operator
extension
method
More tags
VB.NET source file that contains an extension method that determines whether an UInt32 value is a multiple of another value (Decimal). Zero values are handled correctly without throwing any...
More information
SingleFile.
VB.
ExtInt16.
IsMultipleOf
by:
chha
2,179 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtInt16.IsMultipleOf
ExtInt16_IsMultipleOf.vb
Test_ExtInt16_IsMultipleOf.vb
IsMultipleOf
multiple
of
Mod
operator
extension
method
More tags
VB.NET source file that contains an extension method that determines whether an Int16 value is a multiple of another value (Decimal). Zero values are handled correctly without throwing any...
More information
SingleFile.
VB.
ExtArray.
GetEmptyArray
by:
chha
2,193 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtArray.GetEmptyArray
ExtArray_GetEmptyArray.vb
Test_ExtArray_GetEmptyArray.vb
empty
array
EmptyArray
GetEmptyArray
ExtArray
generics
Module
More tags
VB.NET source file that contains a module with a function to get an empty array of an arbitrary type (always the same instance is returned). This is slightly faster and uses slightly less memory than returning...
More information
SingleFile.
VB.
ExtUInt16.
IsMultipleOf
by:
chha
2,140 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtUInt16.IsMultipleOf
ExtUInt16_IsMultipleOf.vb
Test_ExtUInt16_IsMultipleOf.vb
IsMultipleOf
multiple
of
Mod
operator
extension
method
More tags
VB.NET source file that contains an extension method that determines whether an UInt16 value is a multiple of another value (Decimal). Zero values are handled correctly without throwing any...
More information
SingleFile.
VB.
ExtDecimal.
IsMultipleOf
by:
chha
2,169 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtDecimal.IsMultipleOf
ExtDecimal_IsMultipleOf.vb
Test_ExtDecimal_IsMultipleOf.vb
IsMultipleOf
multiple
of
Mod
operator
extension
method
More tags
VB.NET source file that contains an extension method that determines whether a Decimal value is a multiple of another value (Decimal). Zero values are handled correctly without throwing any...
More information
SingleFile.
VB.
ExtString.
RemoveUnwantedChars
by:
chha
3,848 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtString.RemoveUnwantedChars
ExtString_RemoveUnwantedChars.vb
Test_ExtString_RemoveUnwantedChars.vb
include
exclude
mask
charmask
charmap
characterMask
characterMap
More tags
VB.NET source file that contains an extension method that removes unwanted characters from a string according to a given include and/or exclude character mask. See also NuGet-package...
More information
SingleFile.
VB.
ExtString.
ConvertAccents
by:
chha
3,799 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtString.ConvertAccents
ExtString_ConvertAccents.vb
Test_ExtString_ConvertAccents.vb
extension
method
remove
accents
umlaut
umlauts
Umlaute
More tags
VB.NET source file that contains an extension method that replaces accented characters within a string through non-accented ones, which is useful to create logon names, email addresses etc. German upper-case...
More information
SingleFile.
VB.
ExtUInt64.
IsMultipleOf
by:
chha
2,148 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtUInt64.IsMultipleOf
ExtUInt64_IsMultipleOf.vb
Test_ExtUInt64_IsMultipleOf.vb
IsMultipleOf
multiple
of
Mod
operator
extension
method
More tags
VB.NET source file that contains an extension method that determines whether an UInt64 value is a multiple of another value (Decimal). Zero values are handled correctly without throwing any...
More information
SingleFile.
VB.
ExtInt32.
IsMultipleOf
by:
chha
2,129 total downloads
last updated
1/21/2016
Latest version:
1.0.25
SingleFile.VB.ExtInt32.IsMultipleOf
ExtInt32_IsMultipleOf.vb
Test_ExtInt32_IsMultipleOf.vb
IsMultipleOf
multiple
of
Mod
operator
extension
method
More tags
VB.NET source file that contains an extension method that determines whether an Int32 value is a multiple of another value (Decimal). Zero values are handled correctly without throwing any...
More information
Previous
Next