byte[] ba = Encoding.Default.GetBytes("sample");. and then you can get the string: var hexString = BitConverter.ToString(ba);.
確定! 回上一頁