VB.NET String Function Right()

VB.NET Right(string,length) – String Function Purpose: – Illustrates using Right(string,length) and String Functions. Prerequistes: Install Visual Basic (Express or Standard Edition) Install SQL Server Express Download Northwind and pubs Database Attach Northwind Database to Databases in Sql Express Attach pubs Database to Databases in Sql Express Notes: Console Application is used to simplify things, but Windows Forms or Web Forms... [Read More...]

VB.NET String Function Left()

VB.NET Left Example – Code Sample Syntax Abstract: – Illustrates using VB.NET Left Code Example. Left Other Languages Left VB.NET ASP.NET Left C# Console Left C# ASP.NET Other VB.NET Console Examples  *** 1. Download Source Code ***   Download Source Code for All VB Console Examples in One Project  *** 2. Left Syntax ***  Purpose: Returns a string containing a specified number of characters... [Read More...]