C# 클래스 Extensors, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DecimalToArbitrarySystem() 공개 정적인 메소드

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]).
리턴 string

GetGuid() 공개 정적인 메소드

public static GetGuid ( ) : string
리턴 string