C# Class Jint.Native.JsString

Inheritance: JsObject
Exibir arquivo Open project: splhack/unity-jint Class Usage Examples

Public Methods

Method Description
GetHashCode ( ) : int
JsString ( JsObject prototype ) : System
JsString ( string str, JsObject prototype ) : System
StringToBoolean ( string value ) : bool
StringToNumber ( string value ) : double
ToBoolean ( ) : bool
ToNumber ( ) : double
ToSource ( ) : string
ToString ( ) : string

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

JsString() public method

public JsString ( JsObject prototype ) : System
prototype JsObject
return System

JsString() public method

public JsString ( string str, JsObject prototype ) : System
str string
prototype JsObject
return System

StringToBoolean() public static method

public static StringToBoolean ( string value ) : bool
value string
return bool

StringToNumber() public static method

public static StringToNumber ( string value ) : double
value string
return double

ToBoolean() public method

public ToBoolean ( ) : bool
return bool

ToNumber() public method

public ToNumber ( ) : double
return double

ToSource() public method

public ToSource ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string