C# Class Jint.Native.JsString

Inheritance: JsObject
Afficher le fichier Open project: splhack/unity-jint Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetHashCode ( ) : int
Résultat int

JsString() public méthode

public JsString ( JsObject prototype ) : System
prototype JsObject
Résultat System

JsString() public méthode

public JsString ( string str, JsObject prototype ) : System
str string
prototype JsObject
Résultat System

StringToBoolean() public static méthode

public static StringToBoolean ( string value ) : bool
value string
Résultat bool

StringToNumber() public static méthode

public static StringToNumber ( string value ) : double
value string
Résultat double

ToBoolean() public méthode

public ToBoolean ( ) : bool
Résultat bool

ToNumber() public méthode

public ToNumber ( ) : double
Résultat double

ToSource() public méthode

public ToSource ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string