functionstringTypeName

Constructs a TypeName from a string.

Information

stringTypeName is used to make it simpler to create some functionality when scripting. The basic use case is calling functions like simulate when you do not know the name of the class a priori: simulate(stringTypeName(readFile("someFile"))).

Inputs

TypeNameDefaultDescription
Stringstr

Outputs

TypeNameDefaultDescription
TypeNamecl