C# Class Extensors, code

Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
DecimalToArbitrarySystem ( long decimalNumber, int radix ) : string

Converts the given decimal number to the numeral system with the specified radix (in the range [2, 36]).

GetGuid ( ) : string

Method Details

DecimalToArbitrarySystem() public static method

Converts the given decimal number to the numeral system with the specified radix (in the range [2, 36]).
public static DecimalToArbitrarySystem ( long decimalNumber, int radix ) : string
decimalNumber long The number to convert.
radix int The radix of the destination numeral system (in the range [2, 36]).
return string

GetGuid() public static method

public static GetGuid ( ) : string
return string