H
hharry
Hello All,
I have the following code:
response = Encoding.ASCII.GetString(bytes, 0, receivedByteCount)
Dim multiline As Boolean = (response.Chars(3) = "-"c)
What is the purpose of the c character in "-"c
Thanks In Advance
I have the following code:
response = Encoding.ASCII.GetString(bytes, 0, receivedByteCount)
Dim multiline As Boolean = (response.Chars(3) = "-"c)
What is the purpose of the c character in "-"c
Thanks In Advance