PromptChar Property (GcNumber)
Gets or sets the prompt char of the field.
public override char PromptChar {get; set;}
'Declaration
Public Overrides Property PromptChar As Char
'Usage
Dim instance As GcNumber
Dim value As Char
instance.PromptChar = value
value = instance.PromptChar
Property Value
A
char value used for prompt empty bits of the field when inputting.