goenning / SharpSapRfc

Making SAP RFC calls even easier with .NET
MIT License
84 stars 27 forks source link

Casting of string to DateTime fails #50

Open CLeeuwen opened 3 years ago

CLeeuwen commented 3 years ago

In the RfcValueMapper, in the function ToRemoteValue, when the parameter is of type string, casting to DateTime fails. Use is Convert or DateTime.Parse is preferred.