Method | Description | |
---|---|---|
Capitalize ( this str, WordFormat capFormat ) : string | ||
FindClosingCurlyBracket ( this str, int start ) : int | ||
FindClosingSquareBracket ( this str, int start ) : int | ||
GetLineNumberFromIndex ( this text, int index, int &column ) : int | ||
GetRandomRect ( this bitmap, int minWidth, int minHeight, |
||
GetSelectorSubs ( this str, int start ) : int[] | ||
PermitsCap ( this c ) : bool | ||
ReadLongString ( this reader ) : string | ||
ReadStringArray ( this reader ) : string[] | ||
StartsWithVowel ( this str ) : bool | ||
ToRoman ( this number ) : string | ||
WriteLongString ( this writer, string value ) : void | ||
WriteStringArray ( this writer, string array ) : void |
public static Capitalize ( this str, WordFormat capFormat ) : string | ||
str | this | |
capFormat | WordFormat | |
return | string |
public static FindClosingCurlyBracket ( this str, int start ) : int | ||
str | this | |
start | int | |
return | int |
public static FindClosingSquareBracket ( this str, int start ) : int | ||
str | this | |
start | int | |
return | int |
public static GetLineNumberFromIndex ( this text, int index, int &column ) : int | ||
text | this | |
index | int | |
column | int | |
return | int |
public static GetRandomRect ( this bitmap, int minWidth, int minHeight, |
||
bitmap | this | |
minWidth | int | |
minHeight | int | |
rand | ||
return |
public static GetSelectorSubs ( this str, int start ) : int[] | ||
str | this | |
start | int | |
return | int[] |
public static ReadLongString ( this reader ) : string | ||
reader | this | |
return | string |
public static ReadStringArray ( this reader ) : string[] | ||
reader | this | |
return | string[] |
public static StartsWithVowel ( this str ) : bool | ||
str | this | |
return | bool |
public static ToRoman ( this number ) : string | ||
number | this | |
return | string |
public static WriteLongString ( this writer, string value ) : void | ||
writer | this | |
value | string | |
return | void |
public static WriteStringArray ( this writer, string array ) : void | ||
writer | this | |
array | string | |
return | void |