Converter.PackStringAsIs(String, Int32, Byte[], Int32, DrdaTypes) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void PackStringAsIs(System::String ^ s, int encoding, cli::array <System::Byte> ^ buffer, int % writeLen, Microsoft::HostIntegration::Common::DrdaTypes drdaType);
public void PackStringAsIs (string s, int encoding, byte[] buffer, ref int writeLen, Microsoft.HostIntegration.Common.DrdaTypes drdaType);
member this.PackStringAsIs : string * int * byte[] * * Microsoft.HostIntegration.Common.DrdaTypes -> unit
Public Sub PackStringAsIs (s As String, encoding As Integer, buffer As Byte(), ByRef writeLen As Integer, drdaType As DrdaTypes)
Parameters
- s
- String
- encoding
- Int32
- buffer
- Byte[]
- writeLen
- Int32
- drdaType
- Microsoft.HostIntegration.Common.DrdaTypes