This topic has not yet been rated - Rate this topic

MaskedTextProvider.InsertAt Method

Inserts a character or string at a specific position within the formatted string.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method InsertAt(Char, Int32) Inserts the specified character at the specified position within the formatted string.
Public method InsertAt(String, Int32) Inserts the specified string at a specified position within the formatted string.
Public method InsertAt(Char, Int32, Int32, MaskedTextResultHint) Inserts the specified character at the specified position within the formatted string, returning the last insertion position and the status of the operation.
Public method InsertAt(String, Int32, Int32, MaskedTextResultHint) Inserts the specified string at a specified position within the formatted string, returning the last insertion position and the status of the operation.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.