Converter.PackStringAsIs(String, Int32, Byte[], Int32, DrdaTypes) Method

Definition

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

Applies to