프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Equals | bool | ||
GetCurrentTextElementLen | int | ||
GetHashCode | int | ||
OnDeserialized | void | ||
OnDeserializing | void |
메소드 | 설명 | |
---|---|---|
GetNextTextElement ( String str ) : String | ||
GetNextTextElement ( String str, int index ) : String | ||
GetTextElementEnumerator ( String str ) : |
||
GetTextElementEnumerator ( String str, int index ) : |
||
ParseCombiningCharacters ( String str ) : int[] | ||
StringInfo ( ) : System | ||
StringInfo ( String value ) : System | ||
SubstringByTextElements ( int startingTextElement ) : String | ||
SubstringByTextElements ( int startingTextElement, int lengthInTextElements ) : String |
메소드 | 설명 | |
---|---|---|
Equals ( Object value ) : bool | ||
GetCurrentTextElementLen ( String str, int index, int len, UnicodeCategory &ucCurrent, int ¤tCharCount ) : int | ||
GetHashCode ( ) : int | ||
OnDeserialized ( StreamingContext ctx ) : void | ||
OnDeserializing ( StreamingContext ctx ) : void |
public static GetNextTextElement ( String str ) : String | ||
str | String | |
리턴 | String |
public static GetNextTextElement ( String str, int index ) : String | ||
str | String | |
index | int | |
리턴 | String |
public static GetTextElementEnumerator ( String str ) : |
||
str | String | |
리턴 |
public static GetTextElementEnumerator ( String str, int index ) : |
||
str | String | |
index | int | |
리턴 |
public static ParseCombiningCharacters ( String str ) : int[] | ||
str | String | |
리턴 | int[] |
public SubstringByTextElements ( int startingTextElement ) : String | ||
startingTextElement | int | |
리턴 | String |
public SubstringByTextElements ( int startingTextElement, int lengthInTextElements ) : String | ||
startingTextElement | int | |
lengthInTextElements | int | |
리턴 | String |