InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / ConvertRoman8ToISO7 Property


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

    Property Value

    The default value is false.
    See Also