type conversion - How do I convert a string to a decimal in unity javascript? -


how convert string decimal in unity javascript?

do mean javascript in unity 3d?

if are: unity uses mono, should have access float.parse(str) or decimal.parse(str). (or qualified names system.single.parse(str) or system.decimal.parse(str))


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -