Info
Version: | 0.4.0 |
Author(s): | sonbabys |
Last Update: | Sunday, June 15, 2014 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Brick.MiscUtil |
Install
Install-Package Brick.MiscUtil
dotnet add package Brick.MiscUtil
paket add Brick.MiscUtil
Brick.MiscUtil Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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).