BitConverter::ToString Method
.NET Framework (current version)
Converts the numeric value of each element of a specified array of bytes to its equivalent hexadecimal string representation.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ToString(array<Byte>^) | Converts the numeric value of each element of a specified array of bytes to its equivalent hexadecimal string representation. |
![]() ![]() | ToString(array<Byte>^, Int32) | Converts the numeric value of each element of a specified subarray of bytes to its equivalent hexadecimal string representation. |
![]() ![]() | ToString(array<Byte>^, Int32, Int32) | Converts the numeric value of each element of a specified subarray of bytes to its equivalent hexadecimal string representation. |
Show:

