| IMaskedTextProviderReplace Method  | 
 
            Called to replace a character at the specified position in the masked text.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxbool Replace(
	char character,
	ref int position
)
Function Replace ( 
	character As Char,
	ByRef position As Integer
) As Boolean
abstract Replace : 
        character : char * 
        position : int byref -> bool 
Parameters
- character
- Type: SystemChar
 Character to insert.
- position
- Type: SystemInt32
 Position to insert at.
Return Value
Type: 
Booleantrue when the replacement was successful, or 
false if it failed.
 See Also
See Also