PromptPlus API:ResultMasked
ResultMasked
Namespace: PPlus.Controls
Represents The Result to masked Controls
public struct ResultMasked
Inheritance Object → ValueType → ResultMasked
Properties
Input
Get Text without mask
public string Input { get; }
Property Value
Masked
Get Text with mask
public string Masked { get; }
Property Value
Constructors
ResultMasked()
Create a ResultMasked
ResultMasked()
Remarks:
Do not use this constructor!
ResultMasked(String, String)
Create ResultMasked instance.
ResultMasked(string value, string valueMask)
Parameters
value
String
valueMask
String