public string Encode(MatrixCodeModel model) { return(CodingHelper.SystemFormCheckMatrix(model.M, model.N, model.ConvertToDecMatrix())); }