converts a function name and it's arguments to a byte code style function name
Arguments: name is the function name argTypes is the array of it's arguments' Data Types
the byte code style function name
st{ assert ("abcd".encodeFunctionName ([DataType(DataType.Type.Double,14),DataType(DataType.Type.Void)]) == "abcd/3014/000/"
See Implementation
converts a function name and it's arguments to a byte code style function name
Arguments: name is the function name argTypes is the array of it's arguments' Data Types