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

ExtensionMethods..::..RightStr Method

Gets the right string value starting at length.

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

Syntax


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

Parameters

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

Return Value

System.String.