C# What is the difference between byte[] and char[] [closed]

byte represents a byte. It is always 8-bits wide. char represents a unicode character, and thus is two bytes (i.e. 16 bits) wide. Use byte[] if you’re dealing with raw bytes, and char[] (or better yet string) if you’re dealing with strings.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)