Skip to the content.

PromptPlus API:ResultMasked

Build Publish License NuGet Downloads

Back to List Api

ResultMasked

Namespace: PPlus.Controls

Represents The Result to masked Controls

public struct ResultMasked

Inheritance ObjectValueTypeResultMasked

Properties

Input

Get Text without mask

public string Input { get; }

Property Value

String

Masked

Get Text with mask

public string Masked { get; }

Property Value

String

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


Back to List Api