box

LUA

box

box(luatype, typedescriptor)

Permette di convertire un tipo valore lua (stringa/number/...) nel corrispondente tipo .NET. Il TypeDescriptor è rappresentato da una stringa che indica il formato di destinazione. I tipi accettati sono Int16, Int32, Int64, Double, Decimal,Single, String, Boolean.

Esempio 138. Esempio box()

local ns1 = box("stringa lua", "String") --> ns1 è una stringa .NET