C
C.K.
bytes = System.Text.ASCIIEncoding.ASCII.GetBytes(send1) ' send is STRING
Hello, I am writing the above line of code and I am receiving the
following error from the syntax-hint system:
..NET CF does not support latebound overload resolution
I was wondering if someone can explain what is latebound
resolution, why is the line above considered latebound
resolution, and what can I do to obtain bytes instead of
a STRING ?
Tia
Hello, I am writing the above line of code and I am receiving the
following error from the syntax-hint system:
..NET CF does not support latebound overload resolution
I was wondering if someone can explain what is latebound
resolution, why is the line above considered latebound
resolution, and what can I do to obtain bytes instead of
a STRING ?
Tia