stringValue
Returns the error-corrected data decoded into a human-readable string.
Declaration
var stringValue: String? { get }Discussion
The value of this property is an NSString created by decoding the binary payload according to the format of the machine-readable code, or nil if a string representation cannot be created.