DecodedData Property
The decoded data.
Syntax
public byte [] getDecodedData(); public void setDecodedData(byte [] decodedData);
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.
This property is not available at design time.
Default Value
""