| IPortableReaderReadBoolean Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax bool ReadBoolean(
string fieldName
)
Function ReadBoolean (
fieldName As String
) As Boolean
bool ReadBoolean(
String^ fieldName
)
abstract ReadBoolean :
fieldName : string -> bool
Parameters
- fieldName
- Type: SystemString
name of the field
Return Value
Type:
Booleanthe boolean value read
Exceptions See Also