public void ValidateLength(byte[] dataBytes) { convert.ValidateLength(dataBytes); }
public void TestValidateLength1() { convert.ValidateLength(new byte[8]); }