Method | Description | |
---|---|---|
FormatLine ( this source ) : string | ||
GetEnumDescription ( |
||
HexToInt ( this value ) : int | ||
HexToLong ( this value ) : long | ||
IsUri ( this source ) : bool | ||
ToBigInteger ( this value, Globalization numberStyles = Globalization.NumberStyles.HexNumber ) : System.Numerics.BigInteger | ||
ToHexString ( this value ) : string | ||
ToJsonMethodName ( this value ) : string | ||
WeiToEther ( this value ) : string |
public static FormatLine ( this source ) : string | ||
source | this | |
return | string |
public static GetEnumDescription ( |
||
value | ||
return | string |
public static HexToLong ( this value ) : long | ||
value | this | |
return | long |
public static ToBigInteger ( this value, Globalization numberStyles = Globalization.NumberStyles.HexNumber ) : System.Numerics.BigInteger | ||
value | this | |
numberStyles | Globalization | |
return | System.Numerics.BigInteger |
public static ToHexString ( this value ) : string | ||
value | this | |
return | string |
public static ToJsonMethodName ( this value ) : string | ||
value | this | |
return | string |
public static WeiToEther ( this value ) : string | ||
value | this | |
return | string |