Casper.Network.SDK
Show / Hide Table of Contents

Class LittleEndianConverter

Inheritance
object
LittleEndianConverter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.ByteSerializers
Assembly: Casper.Network.SDK.dll
Syntax
public class LittleEndianConverter

Methods

| Edit this page View Source

GetBytes(int)

Declaration
public static byte[] GetBytes(int value)
Parameters
Type Name Description
int value
Returns
Type Description
byte[]
| Edit this page View Source

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
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC