Java.Lang.Reflect.Modifier.ToString Method
Returns a string containing the string representation of all modifiers present in the specified modifiers.

Syntax

[Android.Runtime.Register("toString", "(I)Ljava/lang/String;", "")]
public static string ToString (int modifiers)

Parameters

modifiers
the modifiers to print

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string containing the string representation of all modifiers present in the specified modifiers. Modifiers appear in the order specified by the Java Language Specification.

[Android Documentation]

Requirements

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