Class LittleEndianConverter
Inherited Members
Namespace: Casper.Network.SDK.ByteSerializers
Assembly: Casper.Network.SDK.dll
Syntax
public class LittleEndianConverter
Methods
| Edit this page View SourceGetBytes(int)
Declaration
public static byte[] GetBytes(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | value |
Returns
| Type | Description |
|---|---|
| byte[] |
ToInt32(byte[], int)
Declaration
public static int ToInt32(byte[] bytes, int startIndex = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | bytes | |
| int | startIndex |
Returns
| Type | Description |
|---|---|
| int |