Write(String,Boolean) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a System.String to the buffer depending on the boolean input.
void Write(
string val,
bool bIsUnicode
)
void Write(
String^ val,
bool bIsUnicode
)
Parameters
- val
- The System.String data to write into the buffer. Null input strings will be converted to an empty string.
- bIsUnicode
- Indicates whether the string value is unicode. When false, the string value is a single byte string.