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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -