Quantcast
Channel: Delphi Conversion
Viewing all articles
Browse latest Browse all 6

Delphi Conversion

$
0
0
For RightStr and LeftStr or middle. In .net, you use Substring method of string class. Below is the vb.net equivalent to the delphi code you post above which will give you the same output

Dim s As String = "ABOUT DELPHI PROGRAMMING"
        s = s.Substring(s.Length - 5)
        Me.Text = s
kaymaf
If that what you want, take it. If not, ignored it and no complain

Viewing all articles
Browse latest Browse all 6

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>