IP*Works! 2016 Xamarin Edition
IP*Works! 2016 Xamarin Edition
Questions / Feedback?

DecodedData Property

The decoded data.

Syntax

[VB.NET]
Public Property DecodedData As String
Public Property DecodedDataB As Byte()

[C#]
public string DecodedData {get; set;}
public byte[] DecodedDataB {get; set;}

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

""

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
IP*Works! 2016 Xamarin Edition - Version 16.0 [Build 6621]