PowerTCP FTP for .NET
Encoding Property (ComponentBase)



Character encoding used by the component.
Syntax
Public Overridable Property Encoding As Encoding
Dim instance As ComponentBase
Dim value As Encoding
 
instance.Encoding = value
 
value = instance.Encoding
public virtual Encoding Encoding {get; set;}
public:
virtual property Encoding^ Encoding {
   Encoding^ get();
   void set (    Encoding^ value);
}
See Also

Reference

ComponentBase Class
ComponentBase Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic