Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / ConvertISO7ToRoman8 Property


In This Topic
ConvertISO7ToRoman8 Property
In This Topic
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

Property Value

The default value is false.
See Also