Show / Hide Table of Contents

Class BigIntegerExtensions

Inheritance
object
BigIntegerExtensions
Namespace: Xrpl.Utils
Assembly: Xrpl.dll
Syntax
public static class BigIntegerExtensions

Methods

| Edit this page View Source

ToRadixString(double, int)

Declaration
public static string ToRadixString(this double value, int radix)
Parameters
Type Name Description
double value
int radix
Returns
Type Description
string
| Edit this page View Source

ToRadixString(BigInteger, int)

Declaration
public static string ToRadixString(this BigInteger value, int radix)
Parameters
Type Name Description
BigInteger value
int radix
Returns
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX