Reputation: 89
Is this possible to convert * in byte? I have a program where i need to use only byte and the problem is : all my command start by this character. Thanks you for help !
*
Upvotes: 0
Views: 45
Reputation: 81563
Maybe
byte myAwesomeByte = (byte)'*'
Upvotes: 1