'Declaration
<NotNullAttribute()> Public Shared Function MakeString( _ ByVal codeBits As Integer _ ) As String
'Usage
Dim codeBits As Integer Dim value As String value = UACodeBits.MakeString(codeBits)
Parameters
- codeBits
- Code bits to be expressed in a string.
Return Value
Returns the symbol name for the code bits, if it exists. Otherwise, returns a hexadecimal representation of the value.