![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IPortableReaderReadBoolean Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxbool 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
ExceptionsException | Condition |
---|
IOException | System.IO.IOException |
See Also