Method | Description | |
---|---|---|
CompareStrings ( string a, string b ) : bool | ||
CompareStringsIgnoringCase ( string a, string b ) : bool | ||
GetNumberValue ( string s ) : double | ||
Log ( ) : void |
Method | Description | |
---|---|---|
GetExtended ( ) : Script |
public static CompareStrings ( string a, string b ) : bool | ||
a | string | |
b | string | |
return | bool |
public static CompareStringsIgnoringCase ( string a, string b ) : bool | ||
a | string | |
b | string | |
return | bool |
public static GetNumberValue ( string s ) : double | ||
s | string | |
return | double |