Returns a string representation of the integer in the specified radix base.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public string ToString(
int radix
)
Public Function ToString (
radix As Integer
) As String
public:
String^ ToString(
int radix
)
member ToString :
radix : int -> string
Parameters
- radix
- Type: SystemInt32
The radix (base) of the representation.
Return Value
Type:
String
Reference