C# Class AcManager.Tools.Miscellaneous.LuaHelper

Show file Open project: gro-ove/actools

Public Methods

Method Description
CompareStrings ( string a, string b ) : bool
CompareStringsIgnoringCase ( string a, string b ) : bool
GetNumberValue ( string s ) : double
Log ( ) : void

Private Methods

Method Description
GetExtended ( ) : Script

Method Details

CompareStrings() public static method

public static CompareStrings ( string a, string b ) : bool
a string
b string
return bool

CompareStringsIgnoringCase() public static method

public static CompareStringsIgnoringCase ( string a, string b ) : bool
a string
b string
return bool

GetNumberValue() public static method

public static GetNumberValue ( string s ) : double
s string
return double

Log() public static method

public static Log ( ) : void
return void