An open API service indexing awesome lists of open source software.

https://github.com/ojdev/dev.extensions

C#中使用到的以及基础类型的扩展方法
https://github.com/ojdev/dev.extensions

Last synced: 9 months ago
JSON representation

C#中使用到的以及基础类型的扩展方法

Awesome Lists containing this project

README

          

# Dev.Extensions
C#中使用到的以及基础类型的扩展方法
[![DNC](https://img.shields.io/badge/.netcore-%3E%3D2.1-green.svg)](#)
[![CodeFactor](https://www.codefactor.io/repository/github/ojdev/dev.extensions/badge)](https://www.codefactor.io/repository/github/ojdev/dev.extensions)
[![Build status](https://ci.appveyor.com/api/projects/status/g3yfj57kuycwny3x/branch/master?svg=true)](https://ci.appveyor.com/project/ojdev/microsoft-csharp-extensions/branch/master)
[![NuGet](https://img.shields.io/nuget/v/dev.extensions.svg?style=popout)](https://www.nuget.org/packages/dev.extensions)
[![NuGet](https://img.shields.io/nuget/dt/dev.extensions.svg?style=popout)](https://www.nuget.org/packages/dev.extensions)
[![GitHub license](https://img.shields.io/github/license/ojdev/dev.extensions.svg)](https://github.com/ojdev/csharp.extensions/blob/master/LICENSE)

## String
- IsNullOrWhiteSpace
- NotSpace
- As
- ToUTF8Bytes
- GetMD5String
- DESEncrypt
- DESDecrypt
- AppendIf

## Byte
- OfString

## Bool
- BoolToChinese

## IEnumerable
- WhereIf

## IQueryable
- WhereIf

## Other
- TypeEx.GetTypesFrom