https://github.com/ojdev/dev.extensions
C#中使用到的以及基础类型的扩展方法
https://github.com/ojdev/dev.extensions
Last synced: 9 months ago
JSON representation
C#中使用到的以及基础类型的扩展方法
- Host: GitHub
- URL: https://github.com/ojdev/dev.extensions
- Owner: ojdev
- License: apache-2.0
- Created: 2019-04-01T01:26:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T06:49:18.000Z (over 3 years ago)
- Last Synced: 2025-01-05T12:35:10.356Z (over 1 year ago)
- Language: C#
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev.Extensions
C#中使用到的以及基础类型的扩展方法
[](#)
[](https://www.codefactor.io/repository/github/ojdev/dev.extensions)
[](https://ci.appveyor.com/project/ojdev/microsoft-csharp-extensions/branch/master)
[](https://www.nuget.org/packages/dev.extensions)
[](https://www.nuget.org/packages/dev.extensions)
[](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