Hi, all!
I can't convert NumericVector to string in C# in MSVS 2012, R 3.0.1 (x86) and R.NET 1.5.2.
CodeExample:
I can't convert NumericVector to string in C# in MSVS 2012, R 3.0.1 (x86) and R.NET 1.5.2.
CodeExample:
engine.Evaluate(@"zz2<-5");
var res = engine.GetSymbol("zz2").AsNumeric();
var res1 = Convert.ToString(res);
What's the problem, who knows?