MaskedTextProvider::ToDisplayString Method ()
.NET Framework (current version)
Returns the formatted string in a displayable form.
Assembly: System (in System.dll)
The ToDisplayString method will always include prompt and literal characters in the return value, regardless of the value of the IncludePrompt or IncludeLiterals properties. This method will always display password characters if the PasswordChar property is set to a character value other than null.
ToDisplayString is commonly used to obtain the string to display in associated user interface elements, such as MaskedTextBox.
.NET Framework
Available since 2.0
Available since 2.0
Show: