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


In This Topic
    ConvertMCSToNRC Property
    In This Topic
    Returns or specifies whether Multinational Character Set (MCS) characters are converted to National Replacement Set (NRC) characters in files you send. This property is relevant only for ASCII file transfers.
    Syntax
    'Declaration
     
    
    Property ConvertMCSToNRC As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.ConvertMCSToNRC = value
     
    value = instance.ConvertMCSToNRC
    bool ConvertMCSToNRC {get; set;}

    Property Value

    The default value is false.
    See Also