getInt64 abstract method
- String name
Gets the value of a 64-bits integer attribute or null if it is not contained or the type doesn't match.
nameAttribute name.
Returns int?. Attribute value.
Implementation
int? getInt64(String name);
Gets the value of a 64-bits integer attribute or null if it is not contained or the type doesn't match.
name Attribute name.Returns int?. Attribute value.
int? getInt64(String name);