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

DateEditControlSetup..::..GetSegmentFirstLastPosition Method

Gets the segment first last position.

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

Syntax


public static void GetSegmentFirstLastPosition(
	string format,
	char segmentChar,
	out int firstSegmentIndex,
	out int lastSegmentIndex
)
Public Shared Sub GetSegmentFirstLastPosition ( _
	format As String, _
	segmentChar As Char, _
	<OutAttribute> ByRef firstSegmentIndex As Integer, _
	<OutAttribute> ByRef lastSegmentIndex As Integer _
)
public:
static void GetSegmentFirstLastPosition(
	String^ format, 
	wchar_t^ segmentChar, 
	[OutAttribute] int^% firstSegmentIndex, 
	[OutAttribute] int^% lastSegmentIndex
)

Parameters

format
Type: String
The format.
segmentChar
Type: Char
The segment character.
firstSegmentIndex
Type: Int32%
First index of the segment.
lastSegmentIndex
Type: Int32%
Last index of the segment.