Method | Description | |
---|---|---|
IsTruthy ( object value ) : bool | ||
ParseConstant ( string text ) : object |
Parses a JavaScript constant value.
|
|
TryParseConstant ( string text, object &result ) : bool |
Tries to parse a JavaScript constant value.
|
public static IsTruthy ( object value ) : bool | ||
value | object | |
return | bool |
public static ParseConstant ( string text ) : object | ||
text | string | |
return | object |
public static TryParseConstant ( string text, object &result ) : bool | ||
text | string | |
result | object | |
return | bool |