Share via


InputBase<TValue>.CurrentValueAsString Property

Definition

Gets or sets the current value of the input, represented as a string.

protected:
 property System::String ^ CurrentValueAsString { System::String ^ get(); void set(System::String ^ value); };
protected string CurrentValueAsString { get; set; }
protected string? CurrentValueAsString { get; set; }
member this.CurrentValueAsString : string with get, set
Protected Property CurrentValueAsString As String

Property Value

Applies to