Click or drag to resize

imbStringFormatsDecimalToArbitrarySystem Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the given decimal number to the numeral system with the specified radix (in the range [2, 36]).

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static string DecimalToArbitrarySystem(
	long decimalNumber,
	int radix
)
Request Example View Source

Parameters

decimalNumber
Type: SystemInt64
The number to convert.
radix
Type: SystemInt32
The radix of the destination numeral system (in the range [2, 36]).

Return Value

Type: String
Remarks
http://www.pvladov.com/2012/07/arbitrary-to-decimal-numeral-system.html
See Also