Replies: 1 comment 1 reply
-
You can always add functions to the prototype. Sounds odd that you want to do C# scripting with JS engine though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The following code fails at
str.Trim()
. I guess it's becausestr
is converted from C# String to JsString and JsString only has trim() method.I want to expose all the C# String methods. Is there an easy way to do that?
Beta Was this translation helpful? Give feedback.
All reactions