public void GetCheckBit_Error() { Assert.Throws <ArgumentException>(() => GBT11714_1997.GetCheckBit(null)); Assert.Throws <ArgumentException>(() => GBT11714_1997.GetCheckBit("12345")); }
private char GetOrganizationCodeCheckBit(string orgCode) { return(GBT11714_1997.GetCheckBit(orgCode)); }