Class ByteArrayExtensions
Inheritance
ByteArrayExtensions
Assembly: Algorand.dll
Syntax
public static class ByteArrayExtensions
Methods
|
Edit this page
View Source
BitLen(byte[])
Declaration
public static int BitLen(this byte[] a)
Parameters
| Type |
Name |
Description |
| byte[] |
a |
|
Returns
|
Edit this page
View Source
Concat(byte[], byte[])
Declaration
public static byte[] Concat(this byte[] a, byte[] b)
Parameters
Returns
Exceptions
|
Edit this page
View Source
GetBit(byte[], ulong)
Declaration
public static int GetBit(this byte[] a, ulong b)
Parameters
Returns
|
Edit this page
View Source
Init(byte[], byte, uint)
Declaration
public static void Init(this byte[] a, byte b, uint l)
Parameters
|
Edit this page
View Source
Part(byte[], uint, uint)
Declaration
public static byte[] Part(this byte[] a, uint start, uint end)
Parameters
Returns
|
Edit this page
View Source
Replace(byte[], byte, byte[])
Declaration
public static void Replace(this byte[] a, byte b, byte[] c)
Parameters
| Type |
Name |
Description |
| byte[] |
a |
|
| byte |
b |
Position to replace from
|
| byte[] |
c |
Bytes to replace with
|
Exceptions
|
Edit this page
View Source
ToAccountReference(byte[])
Declaration
public static AccountReference ToAccountReference(this byte[] a)
Parameters
| Type |
Name |
Description |
| byte[] |
a |
|
Returns
|
Edit this page
View Source
ToString(byte[])
Declaration
public static string ToString(this byte[] a)
Parameters
| Type |
Name |
Description |
| byte[] |
a |
|
Returns
|
Edit this page
View Source
ToTealUlong(byte[])
Declaration
public static ulong ToTealUlong(this byte[] a)
Parameters
| Type |
Name |
Description |
| byte[] |
a |
|
Returns