Octal

IntFromOctStr

IntFromOctStr Description Parse an octal string into an integer. Accepts an optional 0o or 0O prefix.

Read More

IntToOctStr

IntToOctStr Description Convert an integer to an octal string.

Read More