SecureBlackbox 2020 iOS Edition

Questions / Feedback?

inputIsText (property)

Whether the input data is text.

Syntax

@property (nonatomic,readwrite,assign,getter=inputIsText,setter=setInputIsText:) BOOL inputIsText;
- (BOOL)inputIsText;
- (void)setInputIsText:(BOOL)newInputIsText;
public var inputIsText: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Set this property to true to indicate that the supplied data should be treated as text.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]