Package 

Class UInt256

    • Constructor Detail

      • UInt256

        UInt256(String stringValue)
        Parameters:
        stringValue - String to be converted into UInt256
      • UInt256

        UInt256(UByte uint8Value)
        Parameters:
        uint8Value - UInt8 (UByte) to be converted into UInt256
      • UInt256

        UInt256(UShort uint16Value)
        Parameters:
        uint16Value - UInt16 (UShort) to be converted into UInt256
      • UInt256

        UInt256(UInt uint32Value)
        Parameters:
        uint32Value - UInt32 (UInt) to be converted into UInt256
      • UInt256

        UInt256(ULong uint64Value)
        Parameters:
        uint64Value - UInt64 (ULong) to be converted into UInt256