Intersoft WebInput Documentation
IsUseablePrompChar Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > MaskInfo Class : IsUseablePrompChar Method






character
A char to be checked.

Glossary Item Box

Determine whether a character is a useable prompt character.

Syntax

Visual Basic (Declaration) 
Public Function IsUseablePrompChar( _
   ByVal character As System.Char _
) As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As MaskInfo
Dim character As System.Char
Dim value As System.Boolean
 
value = instance.IsUseablePrompChar(character)
C# 
public System.bool IsUseablePrompChar( 
   System.char character
)
Delphi 
public function IsUseablePrompChar( 
    character: System.Char
): System.Boolean; 
JScript 
public function IsUseablePrompChar( 
   character : System.char
) : System.boolean;
Managed Extensions for C++ 
public: System.bool IsUseablePrompChar( 
   System.char character
) 
C++/CLI 
public:
System.bool IsUseablePrompChar( 
   System.char character
) 

Parameters

character
A char to be checked.

Return Value

true if value is valid; otherwise, false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.