Dim nNum as IntegerDim strData as StringstrData = Hex(nNum)
Public Module Conversion
Microsoft.VisualBasic
요약:
The Conversion module contains the procedures used to perform various conversion operations.
Public Function Hex(ByVal Number As Integer) As String
Microsoft.VisualBasic.Conversion
요약:
Returns a string representing the hexadecimal value of a number.
매개 변수:
Number: Required. Any valid numeric expression or String expression.
반환 값:
Returns a string representing the hexadecimal value of a number.
Microsoft.VisualBasic.Conversion 을 보면 여러 Conversion 함수들을 볼 수 있다.
Posted by shiftkey


