根据多种格式的光谱仪,将插图转换成不同数据类型的一系列物体是否有什么办法?
I have tried initWithFormat:arguments:
but I m not getting the expected results.
There is a similar function in Python in the struct
module, unpack(fmt,String)
, where fmt
is a format specifier string and String
is the string to be converted.