Java.Lang.Integer.ToOctalString Method
Converts the specified integer into its octal string representation.

Syntax

[Android.Runtime.Register("toOctalString", "(I)Ljava/lang/String;", "")]
public static string ToOctalString (int i)

Parameters

i
the integer to convert.

Returns

Documentation for this section has not yet been entered.

Remarks

Converts the specified integer into its octal string representation. The returned string is a concatenation of characters from '0' to '7'.

[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