Write(Char) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a UNICODE System.Char to the buffer.
Note: The character will be transmitted as a one-character long Unicode string, and non-dotnet applications must be aware that they will be getting a string. Dotnet applications will have the translation from and to a string done automatically for them.