AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

StringExtensions..::..Left Method

Returns the left part of this string instance.

Namespace:  AdvantageCMS.Core.Common
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static string Left(
	this string input,
	int count
)

Parameters

input
Type: String
The input.
count
Type: Int32
Number of characters to return.

Return Value

System.String.