C# 클래스 Jackett.Utils.ParseUtil

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

공개 메소드들

메소드 설명
CoerceDouble ( string str ) : double
CoerceFloat ( string str ) : float
CoerceInt ( string str ) : int
CoerceLong ( string str ) : long
NormalizeMultiSpaces ( string s ) : string
NormalizeNumber ( string s ) : string
NormalizeSpace ( string s ) : string
RemoveInvalidXmlChars ( string text ) : string
TryCoerceDouble ( string str, double &result ) : bool
TryCoerceFloat ( string str, float &result ) : bool
TryCoerceInt ( string str, int &result ) : bool
TryCoerceLong ( string str, long &result ) : bool

메소드 상세

CoerceDouble() 공개 정적인 메소드

public static CoerceDouble ( string str ) : double
str string
리턴 double

CoerceFloat() 공개 정적인 메소드

public static CoerceFloat ( string str ) : float
str string
리턴 float

CoerceInt() 공개 정적인 메소드

public static CoerceInt ( string str ) : int
str string
리턴 int

CoerceLong() 공개 정적인 메소드

public static CoerceLong ( string str ) : long
str string
리턴 long

NormalizeMultiSpaces() 공개 정적인 메소드

public static NormalizeMultiSpaces ( string s ) : string
s string
리턴 string

NormalizeNumber() 공개 정적인 메소드

public static NormalizeNumber ( string s ) : string
s string
리턴 string

NormalizeSpace() 공개 정적인 메소드

public static NormalizeSpace ( string s ) : string
s string
리턴 string

RemoveInvalidXmlChars() 공개 정적인 메소드

public static RemoveInvalidXmlChars ( string text ) : string
text string
리턴 string

TryCoerceDouble() 공개 정적인 메소드

public static TryCoerceDouble ( string str, double &result ) : bool
str string
result double
리턴 bool

TryCoerceFloat() 공개 정적인 메소드

public static TryCoerceFloat ( string str, float &result ) : bool
str string
result float
리턴 bool

TryCoerceInt() 공개 정적인 메소드

public static TryCoerceInt ( string str, int &result ) : bool
str string
result int
리턴 bool

TryCoerceLong() 공개 정적인 메소드

public static TryCoerceLong ( string str, long &result ) : bool
str string
result long
리턴 bool