Returns a string representing the octal value of a number.
Overload | Description |
Oct(SByte) | Returns a string representing the octal value of a number. |
Oct(Byte) | Returns a string representing the octal value of a number. |
Oct(Int16) | Returns a string representing the octal value of a number. |
Oct(UInt16) | Returns a string representing the octal value of a number. |
Oct(Int32) | Returns a string representing the octal value of a number. |
Oct(UInt32) | Returns a string representing the octal value of a number. |
Oct(Int64) | Returns a string representing the octal value of a number. |
Oct(UInt64) | Returns a string representing the octal value of a number. |
Oct(Object) | Returns a string representing the octal value of a number. |