decodedData (property)

The decoded data.

Syntax

@property (nonatomic,readwrite,assign,getter=decodedData,setter=setDecodedData:) NSString* decodedData;
- (NSString*)decodedData;
- (void)setDecodedData:(NSString*)newDecodedData;

@property (nonatomic,readwrite,assign,getter=decodedDataB,setter=setDecodedDataB:) NSData* decodedDataB; - (NSData*)decodedDataB; - (void)setDecodedDataB:(NSData*)newDecodedData;
public var decodedData: String {
  get {...}
set {...} }
public var decodedDataB: Data { get {...}
set {...} }

Default Value

""

Remarks

This property contains the decoded data. When uuencoding, the value of FileName is the filename that will be written in EncodedData. If FileName is empty, an error will be returned.

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