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


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

Property Value

The default value is false.
See Also