C# 클래스 Quickbeam.ByteAccess.Utility

파일 보기 프로젝트 열기: ChadSki/Quickbeam

공개 메소드들

메소드 설명
ContainsNull ( this array ) : bool

Whether the provided byte array contains null

메소드 상세

ContainsNull() 공개 정적인 메소드

Whether the provided byte array contains null
public static ContainsNull ( this array ) : bool
array this byte array to search
리턴 bool