What is the VB statement expression Chr(0)
equivalent in C#?
Thanks for any help.
You can use (char)0
. Or '\0'
of course. If you want to call a method, you can use Convert.ToChar(0)
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With