Tochemey / NetCore8583

NetCore8583 is a library that helps parse/read and generate ISO 8583 messages for .NET Core
MIT License
33 stars 21 forks source link

how we can send sbyte[] in .net core socket? can you create example for send data by socket? #16

Closed myabdolmaleki closed 1 year ago

Tochemey commented 1 year ago

@myabdolmaleki there is an util in the code that help you move from sbyte to byte and vice-versa. Here it https://github.com/Tochemey/NetCore8583/blob/master/NetCore8583/Util/ByteUtil.cs

Tochemey commented 1 year ago

Closing this issue since I have not seen any update. Feel free to reopen it.However this is not an issue.