InfoConnect for Unisys
IsDbcs Property (ScreenCharacter)
Example 


Gets a value indicating whether the character is a DBSC character.
Syntax
'Declaration
 
Public ReadOnly Property IsDbcs As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsDbcs
public bool IsDbcs {get;}
Example
private ScreenCharacter screen;
            
bool dbcs = screen.IsDbcs;
See Also