MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / Oct Method / Oct(UInt16) Method
Required. Any valid numeric expression or String expression.

In This Topic
Oct(UInt16) Method
In This Topic
Returns a string representing the octal value of a number.
Syntax
'Declaration
 
Public Overloads Shared Function Oct( _
   ByVal number As UShort _
) As String
 

Parameters

number
Required. Any valid numeric expression or String expression.

Return Value

Returns a string representing the octal value of a number.
See Also