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