Exemplo n.º 1
0
 public string Encode(MatrixCodeModel model)
 {
     return(CodingHelper.SystemFormCheckMatrix(model.M, model.N, model.ConvertToDecMatrix()));
 }