C1.Web.Mvc Namespace / InputMask Class / RawValue Property

In This Topic
RawValue Property
In This Topic
Gets or sets the raw value of the control (excluding mask literals).
Syntax
'Declaration
 
Public Property RawValue As String
 
Remarks
The raw value of the control excludes prompt and literal characters.
See Also