'DeclarationPublic ReadOnly Property IsSignedNumericField As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsSignedNumericField
public bool IsSignedNumericField {get;}
Gets a value indicating whether the data cell marks the beginning of a signed numeric field. Note: IScreenDataConstants.FIELD_SIGNED_NUMERIC'DeclarationPublic ReadOnly Property IsSignedNumericField As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsSignedNumericField
public bool IsSignedNumericField {get;}
private ScreenCharacter screen; bool signedNumeric = screen.IsSigneNumericField;