C# Class IronLua.Library.StringLibrary

Inheritance: Library
Mostra file Open project: ericmj/IronLua Class Usage Examples

Public Methods

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 ( LuaTable table ) : void
StringLibrary ( IronLua.Runtime.Context context ) : System

Method Details

Byte() public static method

public static Byte ( string str, int i = null, int j = null ) : double[]
str string
i int
j int
return double[]

Char() public static method

public static Char ( ) : string
return string

Dump() public static method

public static Dump ( object function ) : string
function object
return string

Find() public static method

public static Find ( string str, string pattern, int init = 1, bool plain = false ) : object[]
str string
pattern string
init int
plain bool
return object[]

Format() public static method

public static Format ( string format ) : string
format string
return string

Setup() public method

public Setup ( LuaTable table ) : void
table IronLua.Runtime.LuaTable
return void

StringLibrary() public method

public StringLibrary ( IronLua.Runtime.Context context ) : System
context IronLua.Runtime.Context
return System