Class Hex
Inheritance
System.Object
Hex
Assembly: Netezos.dll
Syntax
public static class Hex : object
Methods
|
Improve this Doc
View Source
Convert(IEnumerable<Byte>)
Declaration
public static string Convert(IEnumerable<byte> bytes)
Parameters
Type |
Name |
Description |
IEnumerable<System.Byte> |
bytes |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Convert(Byte[])
Declaration
public static string Convert(byte[] bytes)
Parameters
Type |
Name |
Description |
System.Byte[] |
bytes |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Parse(String)
Declaration
public static byte[] Parse(string hex)
Parameters
Type |
Name |
Description |
System.String |
hex |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
TryParse(String, out Byte[])
Declaration
public static bool TryParse(string hex, out byte[] bytes)
Parameters
Type |
Name |
Description |
System.String |
hex |
|
System.Byte[] |
bytes |
|
Returns
Type |
Description |
System.Boolean |
|