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

ExtensionMethods..::..GetRightText Method

Gets the right text.

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

Syntax


public static string GetRightText(
	this string text,
	int selectionStart,
	int selectionLength
)
<ExtensionAttribute> _
Public Shared Function GetRightText ( _
	text As String, _
	selectionStart As Integer, _
	selectionLength As Integer _
) As String
[ExtensionAttribute]
public:
static String^ GetRightText(
	String^ text, 
	int^ selectionStart, 
	int^ selectionLength
)

Parameters

text
Type: String
The text.
selectionStart
Type: Int32
The selection start.
selectionLength
Type: Int32
Length of the selection.

Return Value

System.String.