Java.Lang.Integer.GetInteger Method
Returns the Integer value of the system property identified by string.

Syntax

[Android.Runtime.Register("getInteger", "(Ljava/lang/String;)Ljava/lang/Integer;", "")]
public static Integer GetInteger (string string)

Parameters

string
the name of the requested system property.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the Integer value of the system property identified by string. Returns null if string is null or empty, if the property can not be found or if its value can not be parsed as an integer.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1