C# 클래스 BrrrBayBay.PwmGUIControl.Utils

Contains all sorts of functionality
파일 보기 프로젝트 열기: joosthaverkort/PWMLogic

공개 메소드들

메소드 설명
getDoubleFromString ( String val ) : double?

Converts a string to a double. Returns null if the string value is invalid

getIntFromString ( String val ) : int?

Returns the int value contained in the string. Returns null if the int was invalid

메소드 상세

getDoubleFromString() 공개 정적인 메소드

Converts a string to a double. Returns null if the string value is invalid
public static getDoubleFromString ( String val ) : double?
val String The string representing a double
리턴 double?

getIntFromString() 공개 정적인 메소드

Returns the int value contained in the string. Returns null if the int was invalid
public static getIntFromString ( String val ) : int?
val String The String value representing an int
리턴 int?