Hi Community
Can you please help me to implement the below c# code in UiPath Invoke Code activity
This is the sample code
// Online C# Editor for free
// Write, Edit and Run your C# code using C# Online Compiler
using FuzzySharp;
using System;
public class HelloWorld
{
public static void Main(string args)
{
Console.WriteLine(Fuzz.Ratio(“Susan Nicole Rutigliano”, “Ailin Levy”));
}
}
The package that i am using FuzzySharp is not an official one.
When i was pasting the code into the invoke code activity error is showing.
I need to return the percentage output from this code.
Can anybody help me
Thanks and Regards.
Sreejith…