CsharpUtilsLib 1.0.29

dotnet add package CsharpUtilsLib --version 1.0.29
NuGet\Install-Package CsharpUtilsLib -Version 1.0.29
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="CsharpUtilsLib" Version="1.0.29" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CsharpUtilsLib --version 1.0.29
#r "nuget: CsharpUtilsLib, 1.0.29"
#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 CsharpUtilsLib as a Cake Addin
#addin nuget:?package=CsharpUtilsLib&version=1.0.29

// Install CsharpUtilsLib as a Cake Tool
#tool nuget:?package=CsharpUtilsLib&version=1.0.29

CsharpUtilsLib

Lib with methods to facilitate day-to-day development with C#.


  • Brazil

Format Brazilian documents and others things:

  • FormatPIS
  • FormatCPF
  • FormatCNPJ
  • FormatPhoneNumber
  • FormatCEP
  • FormatNCM
  • FormatFIPECode

Validate Brazilian documents and ohers things:

  • IsValidCNPJ
  • IsValidCPF
  • IsValidPis
  • IsValidVoterIDCard (Título de Eleitor)
  • IsValidCep

Others

  • BrazilProcessNumber (class)

  • Collections

Operations with collections:

  • ConcatLists
  • GetRandomElement
  • BubbleSort
  • MostFrequent
  • DictionaryIsNullOrEmpty
  • DictionaryIsNull
  • DictionaryIsEmpty
  • ListIsNullOrEmpty
  • ListIsNull
  • ListIsEmpty
  • AddIfNotNull (ICollection, IDictionary)
  • AddOrChangeValue
  • AddOrChangeValueByIndex
  • KeyValueIsNull
  • AddRangeIfNotNullOrEmpty
  • TryGetValue (IDictionary, Arrays, IList, KeyValuePair)
  • ToNullList
  • AddIfNotEmptyOrNull
  • KeyValueIsNullOrEmpty
  • ToDefaultListIfNull
  • ToDistinctList

  • Compression

Compress/Decompress text and bytes (Brotli/GZip/Deflate)

  • Compress
  • Decompress
  • CompressAsync
  • DecompressAsync
  • CompressString
  • DecompressString
  • CompressStringAsync
  • DecompressStringAsync

  • Crypto

Encryption algorithms

  • AesCrypto
  • Base32

  • Date

Operations with date objects:

  • GetAllYearDates
  • GetLastDayOfWeek
  • GetFirstDayOfWeek
  • LastDayOfMonth
  • GetAge
  • IsWeekend
  • IsWeekday
  • IsBetweenDates
  • GetNextWeekday
  • GetWeekdayCount
  • ConvertToDatetime

  • Enums

Operations with enums:

  • GetEnumValuesAndNames
  • GetEnumValues
  • GetDisplayName
  • GetEnumName
  • GetEnumValue

  • Extensions

    • GetRandom
    • With
    • Clone
    • ConvertTo

  • External

Operatons with external tools:

  • Companies (class)
  • FIPE table (class)
  • IP (class)
  • NCM (class)
  • National Brazil Holidays (class)
  • Taxs (class)
  • CEP (class)
  • Country (class)
  • GoogleTranslate (class)
  • ISBN (class)
  • Ticker (class)
  • Temperature (class)
  • Meal (class)
  • Inflation (class)
  • Geolocation (class)
  • English Dictionary (class)
  • Currency Converter (class)
  • Correios Tracking (class)
  • Correios Shipping (class)
  • IBGE News (class)
  • Inflation (class)

  • FilesDirectories

Operations with files and/or directories:

  • DeleteFile
  • DeleteFolder
  • IsXML
  • IsJson
  • IsHTML
  • CreateDirectoryIfNotExists
  • CreateFileIfNotExists
  • CreateLocalFileIfNotExists
  • CreateLocalDirectoryIfNotExists
  • FileTypeIdentify (class)
  • GetDirectorySizeContent
  • RenameFile
  • ClearDirectoryContent
  • CopyDirectoryContent
  • CreateTextFileWithContent
  • MergeFiles

  • HTTP

Operations with http requests:

  • HttpWrapper (class)
  • IHttpWrapper (interface)

  • Numerics

Operations with numbers:

  • CalculateLoanCost
  • CalculateNetPresentValue
  • GetLongestSequence
  • RandomNumbers
  • IsInRange
  • GetMissingNumbers
  • IsNumeric
  • GetAverage
  • Factorial
  • IsEven
  • IsOdd
  • IsPrime
  • StandardDeviation

  • Reflections

Operations with reflection:

  • GetDisplayName
  • DefaultConstructor
  • CreateInstance
  • InvokeMethod
  • SetPropertyValue
  • GetPropertyValue
  • GetStringPropertyValue
  • SetFieldValue
  • GetFieldValue
  • GetStringFieldValue
  • GetFullTypeName
  • HasPropertyOrField

  • SQL

Operations with databases (Mysql, PostgreSql, SqlLite, SqlServer):

  • InsertWithId / InsertWithIdAsync
  • Insert / InsertAsync
  • Update / UpdateAsync
  • Delete / DeleteAsync
  • Exists / ExistsAsync
  • SelectOne / SelectOneAsync
  • Select / SelectAsync
  • ExecuteNonQuery / ExecuteNonQueryAsync
  • ExecuteScalar / ExecuteScalarAsync
  • ExecuteReader / ExecuteReaderAsync

  • Texts

Operations with strings:

  • RemoveSpecialCharacters
  • SplitStringWithoutNullOrEmpty
  • GenerateRandomPassword
  • IsSequentialRepetition
  • RemoveAllWhitespace
  • MultiReplace
  • GetMostFrequentSeparator
  • CountOcurrences
  • RemoveDiacritics
  • MatchFirstOcurrency
  • MatchListOcurrencies
  • RemoveDuplicateWords
  • GetUniqueKey
  • RemoveDocumentMask
  • ToTitleCase
  • ConvertToString
  • SpecificSplit
  • Count
  • OnlyNumbers
  • SafeSubstring
  • ToByteArray
  • ToByteArrayAscii
  • ToAscii
  • ToUTF8

  • Web

Operations involving captures on the internet:

  • HtmlString (class)
  • CurrentPage and PageMetaData (Pagination classes)
  • RandomUserAgent (class)
  • Pagination
  • ToFormPostData
  • ToJsonPostData
  • GetQueryStringValue
  • GetAllQueryStringValues
  • AddQueryString
  • IsValidUrl
  • GetHeader
  • CombineUrl
  • ClearHtml

  • Global

Generic operations:

  • IsValidEmail
  • IsValidEAN
  • IsValidIpAddress

  • SystemResources

Monitoring system resources (memory, cpu and time):

  • TaskMonitor (class)

  • Tasks

Operations with tasks:

  • WhenAnyWithCompletionSource
  • WhenAllWithThrottling
  • WhenAllWithProgress
  • FireAndForget
  • Retry
  • OnFailure
  • WithTimeout
  • Fallback
  • TryAsync

  • XML

Operations with xml:

  • GetElementValue
  • AddElement
  • GetAttributeValue
  • RemoveElement
  • ToXmlElement
  • ToObject
  • SerializeObjectToXml
  • DeserializeXmlToObject
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.29 119 4/16/2024
1.0.28 78 4/15/2024
1.0.27 101 4/13/2024
1.0.26 291 1/14/2024
1.0.25 146 12/23/2023
1.0.24 106 12/17/2023
1.0.23 108 12/17/2023
1.0.22 121 8/29/2023
1.0.21 129 6/18/2023
1.0.20 131 6/5/2023
1.0.19 132 6/3/2023
1.0.18 132 5/18/2023
1.0.17 128 5/17/2023
1.0.16 171 4/9/2023
1.0.15 168 4/8/2023
1.0.14 173 4/8/2023
1.0.13 180 3/30/2023
1.0.12.1 179 3/29/2023
1.0.12 178 3/29/2023
1.0.11 178 3/29/2023
1.0.10 188 3/29/2023
1.0.9 194 3/28/2023
1.0.8 215 3/5/2023
1.0.7 215 3/4/2023
1.0.6 211 3/1/2023
1.0.5.1 222 3/1/2023
1.0.5 220 2/28/2023
1.0.4.1 218 2/28/2023
1.0.4 218 2/28/2023
1.0.3 222 2/25/2023
1.0.2 219 2/25/2023
1.0.1 228 2/15/2023
1.0.0 289 2/13/2023

[1.0.29] Fixed change proxy in HttpWrapper.