Brick.MiscUtil
0.4.0
This package contains following extension methods:
AssemblyExtensions
- IEnumerable<Type> GetLoadableTypes(this Assembly assembly)
EnumerableExtensions
- bool IsIn<T>(this T item, IEnumerable<T> collection)
- bool IsNullOrEmpty<T>(this IEnumerable<T> source)
- string BuildString<T>(this IEnumerable<T> source, Func<T, string> selector)
- string Join<T>(this IEnumerable<T> source, Func<T, string> selector, string separator)
- void ForEach<T>(this IEnumerable<T> source, Action<T> action)
StringExtensions
- bool EqualsIgnoreCase(this string subject, string other)
- string FormatWithMask(this string source, string mask)
- string RegexReplace(this string source, string pattern, string replacement)
- string Remove(this string source, params char[] removedChars)
- string Remove(this string source, params string[] removedStrings)
- string Replace(this string source, char[] oldChars, string substituent)
- string Replace(this string source, string[] oldStrings, string substituent)
- string SafeFormat(this string format, params object[] args)
Install-Package Brick.MiscUtil -Version 0.4.0
dotnet add package Brick.MiscUtil --version 0.4.0
<PackageReference Include="Brick.MiscUtil" Version="0.4.0" />
paket add Brick.MiscUtil --version 0.4.0
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.4.0 | 3,357 | 6/15/2014 |