BabelCode is a C# to Delphi for .NET code conversion utility. It is extremely experimental and you shoul use it at your own risk.
For example, copy the following code to your clipboard and then try the BabelCode ASP.NET client.
public class Foo
{
string s;
public void Bar()
{
s = s.Trim();
}
}