Vala.Conv.Convert.intToOctal – Valacore Reference Manual
intToOctal
Description:
public
static
string
intToOctal
(
int
n)
Converts int to octal string.
Parameters:
n
source value.
Returns:
octal string (signed for negative values).