MaskedTextProvider::ToString Method
.NET Framework (current version)
Returns the formatted string.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | ToString() | Returns the formatted string that includes all the assigned character values.(Overrides Object::ToString().) |
![]() | ToString(Boolean) | Returns the formatted string, optionally including password characters. |
![]() | ToString(Boolean, Boolean) | Returns the formatted string, optionally including prompt and literal characters. |
![]() | ToString(Boolean, Boolean, Boolean, Int32, Int32) | Returns a substring of the formatted string, optionally including prompt, literal, and password characters. |
![]() | ToString(Boolean, Boolean, Int32, Int32) | Returns a substring of the formatted string, optionally including prompt and literal characters. |
![]() | ToString(Boolean, Int32, Int32) | Returns a substring of the formatted string, optionally including password characters. |
![]() | ToString(Int32, Int32) | Returns a substring of the formatted string. |
Show:
