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