Class Utils
Inheritance
System.Object
Utils
Namespace: Xrpl.AddressCodec
Assembly: Xrpl.AddressCodec.dll
Syntax
public class Utils : object
Methods
| Improve this Doc View SourceCombine(Byte[][])
combine bytes arrays to single array
Declaration
public static byte[] Combine(params byte[][] arrays)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[][] | arrays | bytes arrays |
Returns
| Type | Description |
|---|---|
| System.Byte[] |
FromBytesToHex(Byte[])
from bytes array to hex row
Declaration
public static string FromBytesToHex(byte[] bytes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | bytes | bytes array |
Returns
| Type | Description |
|---|---|
| System.String |
FromHexToBytes(String)
hex row to bytes array
Declaration
public static byte[] FromHexToBytes(string hex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | hex | hex row |
Returns
| Type | Description |
|---|---|
| System.Byte[] |