HomeProductsSupportDownloadsOnline StoreOnLine DocumentationLicensingAbout UsContact Us
User's Manual - XTTreeview Windows Forms Control for Visual Basic .Net and C# - The Source Code Store .Com - Professional source code for Microsoft Visual Basic and Visual Studio .NET and specialized software components.
Back to Table of Contents
Example
Send Feedback

StrLeft Method (StrLib Object)

Returns a String containing a specified number of characters from the left side of a string.

Syntax:

StrLibObject.StrLeft(Expression As String, Length As Long)

The StrLeft Method (StrLib Object) syntax has these parts:

 Part  Description
StrLibObject An object expression that evaluates to a StrLib object.
Expression Required). String expression from which the leftmost characters are returned.
Length (Required). Long Integer value. Numeric expression indicating how many characters to return.

Remarks:

To determine the number of characters in string, use the StrLen function.

 

Home | Products | Support | Downloads | OnLine Store

Online Documentation | Licensing | About Us | Contact Us

Privacy Terms of use Copyright (c)2002-2005 The Source Code Store LLC. All trademarks are property of their legal owner.