Specifies the value of the character used to signal the end of data.
Read/Write
| Visual Basic |
EofChar As Byte
|
|---|---|
| Visual C++ (MFC) |
BYTE get_EofChar();
put_EofChar(BYTE value);
|
| Visual C++ (#import) |
BYTE EofChar;
|
The property may throw exception. Use GetLastError method to get the error code.