RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..LeftStr Method

Gets the left string value starting at length.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public static string LeftStr(
	this string param,
	int length
)
<ExtensionAttribute> _
Public Shared Function LeftStr ( _
	param As String, _
	length As Integer _
) As String
[ExtensionAttribute]
public:
static String^ LeftStr(
	String^ param, 
	int^ length
)

Parameters

param
Type: String
The parameter.
length
Type: Int32
The length.

Return Value

System.String.