modStrTools 函式庫 風禹科技驗證有限公司 網站 提供 .Net 原始碼

ByteToHex 函數

說明

將位元組陣列轉換為16進位字串

本函數之引數列表

引數 型態 位元組 選項 預設值 說明
arrByte Byte() - 必須 (無) 位元組陣列

傳回值

字串 (String)

範例

Debug.WriteLine(ByteToHex(arrByte))

基本條件

Visual Studio .Net 2002 以後相容版本 | StrTools.vb

請參閱

modStrTools 函式庫 | ObjectToByte | HexToByte