| IPortableReaderReadByte Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax byte ReadByte(
string fieldName
)
Function ReadByte (
fieldName As String
) As Byte
unsigned char ReadByte(
String^ fieldName
)
abstract ReadByte :
fieldName : string -> byte
Parameters
- fieldName
- Type: SystemString
name of the field
Return Value
Type:
Bytethe byte value read
Exceptions See Also