Skip to Main Content
VB.Net Web Developer's Guide
book

VB.Net Web Developer's Guide

by Syngress
September 2001
Intermediate to advanced content levelIntermediate to advanced
608 pages
23h 46m
English
Syngress
Content preview from VB.Net Web Developer's Guide
Upgrading Visual Basic Applications to .NET • Chapter 14 667
It can pad a string with spaces to make it a specified length.The
PadRight method of the string class can be used to achieve this
functionality.
VarPtr
VarPtr is used to acquire the address of a variable or array element. It takes the
variable name or an array element as the parameter and returns the address. Since
Visual Basic .NET does not support this function, the upgrade tool does not
upgrade this statement and therefore marks it with an upgrade error.
StrPtr
Strings in Visual Basic are stored as BSTRs. If you pass a string variable to the
VarPtr function, you will get the address of the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

VB.NET Core Classes in a Nutshell

VB.NET Core Classes in a Nutshell

Budi Kurniawan, Ted Neward

Publisher Resources

ISBN: 9781928994480