MaskedTextProvider::Item Property (Int32)
.NET Framework (current version)
Gets the element at the specified position in the formatted string.
Assembly: System (in System.dll)
Parameters
- index
-
Type:
System::Int32
A zero-based index of the element to retrieve.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | index is less than zero or greater than or equal to the Length of the mask. |
The Item property is the standard indexer for the MaskedTextProvider class.
.NET Framework
Available since 2.0
Available since 2.0
Show: