C# 클래스 IsWhiteSpace_str_i, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
FIELD_SEP char
FRAC_SEP char
m_CharData SortedList
m_uCharsRead uint

공개 메소드들

메소드 설명
IsWhiteSpace_str_i ( ) : System
Main ( String strArgList ) : void
ReadUnicodeData ( ) : bool
runTest ( ) : bool

보호된 메소드들

메소드 설명
ConvertToDouble ( string strDouble ) : double
TranslateUnicodeCategory ( string strCatAbbrev ) : UnicodeCategory,

메소드 상세

ConvertToDouble() 보호된 메소드

protected ConvertToDouble ( string strDouble ) : double
strDouble string
리턴 double

IsWhiteSpace_str_i() 공개 메소드

public IsWhiteSpace_str_i ( ) : System
리턴 System

Main() 공개 정적인 메소드

public static Main ( String strArgList ) : void
strArgList String
리턴 void

ReadUnicodeData() 공개 메소드

public ReadUnicodeData ( ) : bool
리턴 bool

TranslateUnicodeCategory() 보호된 메소드

protected TranslateUnicodeCategory ( string strCatAbbrev ) : UnicodeCategory,
strCatAbbrev string
리턴 UnicodeCategory,

runTest() 공개 메소드

public runTest ( ) : bool
리턴 bool

프로퍼티 상세

FIELD_SEP 보호되어 있는 정적으로 프로퍼티

protected static char FIELD_SEP
리턴 char

FRAC_SEP 보호되어 있는 정적으로 프로퍼티

protected static char FRAC_SEP
리턴 char

m_CharData 보호되어 있는 프로퍼티

protected SortedList m_CharData
리턴 SortedList

m_uCharsRead 보호되어 있는 프로퍼티

protected uint m_uCharsRead
리턴 uint