InfoConnect for Unisys
ConvertISO7ToRoman8 Property


Returns or specifies whether ISO-7 characters are converted to Roman 8 characters in files you receive. This property is relevant only for ASCII file transfers.
Syntax
'Declaration
 
Property ConvertISO7ToRoman8 As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.ConvertISO7ToRoman8 = value
 
value = instance.ConvertISO7ToRoman8
bool ConvertISO7ToRoman8 {get; set;}

Property Value

The default value is false.
See Also