Skip to content

LcFireRabbit/Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基础功能实现

Standard2.0
类名 方法 参数 描述
BitHelper SetBit (byte[] data, int bitIndex, bool value) 传入指定字节数组,Bit的指定位置和对应值
(byte data, int bitIndex, bool value) 传入指定字节,Bit的指定位置和对应值
(bool)GetBit (byte[] data, int bitIndex) 传入指定字节数组,Bit的指定位置和对应值,返回bool值,1:true;0:false
(byte data, int bitIndex) 传入指定字节,Bit的指定位置和对应值,返回bool值,1:true;0:false
FileHelper CheckFileOrDirectoryNameValidity (string name) 检测文件或者文件夹名称是否合法

About

C#基础工具积累

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages