Method ReadChar
ReadChar()
Reads an object of type System.Char from the current stream and advances the stream position. This method reads directly from the underlying stream.
Declaration
public abstract char ReadChar()
Returns
Type | Description |
---|---|
System.Char | object read from the stream |
ReadChar(Char)
Reads an object of type System.Char from the current stream and advances the stream position. This method reads directly from the underlying stream.
Declaration
public abstract char ReadChar(char defaultValue)
Parameters
Type | Name | Description |
---|---|---|
System.Char | defaultValue | Default value to be used for deserializing old version of the object |
Returns
Type | Description |
---|---|
System.Char | object read from the stream |