InfoConnect for Unisys
IsSignedNumericField Property (HostField)
Example 


Gets a value that indicates whether the field is a signed numeric field.
Syntax
'Declaration
 
Public ReadOnly Property IsSignedNumericField As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsSignedNumericField
public bool IsSignedNumericField {get;}
Example
HostField host;
bool signedNumericField = host.IsSignedNumericField;
See Also