Method | Description | |
---|---|---|
Byte ( string str, int i = null, int j = null ) : double[] | ||
Char ( ) : string | ||
Dump ( object function ) : string | ||
Find ( string str, string pattern, int init = 1, bool plain = false ) : object[] | ||
Format ( string format ) : string | ||
Setup ( |
||
StringLibrary ( IronLua.Runtime.Context context ) : System |
public static Byte ( string str, int i = null, int j = null ) : double[] | ||
str | string | |
i | int | |
j | int | |
return | double[] |
public static Dump ( object function ) : string | ||
function | object | |
return | string |
public static Find ( string str, string pattern, int init = 1, bool plain = false ) : object[] | ||
str | string | |
pattern | string | |
init | int | |
plain | bool | |
return | object[] |
public static Format ( string format ) : string | ||
format | string | |
return | string |
public Setup ( |
||
table | ||
return | void |
public StringLibrary ( IronLua.Runtime.Context context ) : System | ||
context | IronLua.Runtime.Context | |
return | System |