Using FuzzySharp Package in UiPath - C#

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…

we can do it directly

use the manage package and add the reference

import the namespace
grafik

test it:
grafik

was working
grafik

2 Likes

@ppr Thanks for the Solution.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.