コード例 #1
0
ファイル: ByteConvert.cs プロジェクト: qade544/RCPA.Core
 public void ValidateLength(byte[] dataBytes)
 {
     convert.ValidateLength(dataBytes);
 }
コード例 #2
0
 public void TestValidateLength1()
 {
     convert.ValidateLength(new byte[8]);
 }