Re: Convert Delphi to C#
- From: "Kostya Ergin" <kostya@xxxxxxxxxxxxx>
- Date: Wed, 8 Jun 2005 19:00:52 +0400
Yes, this that, that works, thanks!
"Carlos J. Quintero [.NET MVP]" <carlosq@xxxxxxxxxxxxxxxxxxx> wrote in
message news:OO5lVpDbFHA.3488@xxxxxxxxxxxxxxxxxxxxxxx
> string test(string param)
> {
> return param; // or whatever result
> }
>
> C# Programmer's Reference:
>
>
http://msdn.microsoft.com/library/en-us/csref/html/vcoricsharptutorials.asp?
frame=true
>
>
> --
>
> Best regards,
>
> Carlos J. Quintero
>
> MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
> You can code, design and document much faster.
> Free resources for add-in developers:
> http://www.mztools.com
>
> "Kostya Ergin" <kostya@xxxxxxxxxxxxx> escribió en el mensaje
> news:OAZOukDbFHA.740@xxxxxxxxxxxxxxxxxxxxxxx
> > hi, i am very new in C#.
> >
> > How to do this in C#:
> >
> > This is function:
> > function test(param: string): string;
> > begin
> > end;
> >
> > I can get result of "test" function:
> > result := test(param);
> >
> >
> > And how to do in C# ?
> >
> >
>
>
.
- References:
- Convert Delphi to C#
- From: Kostya Ergin
- Re: Convert Delphi to C#
- From: Carlos J. Quintero [.NET MVP]
- Convert Delphi to C#
- Prev by Date: Re: .NET/Oracle/C#
- Next by Date: Re: Convert Delphi to C#
- Previous by thread: Re: Convert Delphi to C#
- Next by thread: Re: Convert Delphi to C#
- Index(es):
Relevant Pages
|