C# 클래스 MyCompiler.Core.Extensions.NumberExtension

파일 보기 프로젝트 열기: CCTUnifor/Compiler

공개 메소드들

메소드 설명
ToHexadecimal ( int value, string hexadecimalFormat = "X4" ) : string

메소드 상세

ToHexadecimal() 공개 정적인 메소드

public static ToHexadecimal ( int value, string hexadecimalFormat = "X4" ) : string
value int
hexadecimalFormat string
리턴 string