| IPortableReaderReadInt Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax int ReadInt(
string fieldName
)
Function ReadInt (
fieldName As String
) As Integer
int ReadInt(
String^ fieldName
)
abstract ReadInt :
fieldName : string -> int
Parameters
- fieldName
- Type: SystemString
name of the field
Return Value
Type:
Int32the int value read
Exceptions See Also