(via C++ to C# Converter): byte[] CardType = new byte[2]; stu = MF_Request(DeviceAddr, 0, CardType); Message("Request Card", stu); string str; string code = new string(new char[100]); if (stu == 0) { str = " ==> CardType(Hex): "; code = string.Format("{0:X2}{1:X2}", CardType[0], CardType[1]); str += code; }
David Anton http://www.tangiblesoftwaresolutions.com C++ to C# Converter C++ to VB Converter C++ to Java Converter VB & C# to Java Converter Java to VB & C# Converter Instant C#: VB to C# converter Instant VB: C# to VB converter Instant C++: convert VB, C#, or Java to C++/CLI