C# 클래스 CSharpUtils.NumberUtils

파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
ParseIntegerConstant ( String Value, int DefaultBase = 10 ) : int

메소드 상세

ParseIntegerConstant() 공개 정적인 메소드

public static ParseIntegerConstant ( String Value, int DefaultBase = 10 ) : int
Value String
DefaultBase int
리턴 int