Converter.PackString(String, Int32, Byte[], Int32, 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 PackString(System::String ^ s, int encoding, cli::array <System::Byte> ^ buffer, int % writeLen, int charCount, Microsoft::HostIntegration::Common::DrdaTypes drdaType);
public void PackString (string s, int encoding, byte[] buffer, ref int writeLen, int charCount, Microsoft.HostIntegration.Common.DrdaTypes drdaType);
member this.PackString : string * int * byte[] * * int * Microsoft.HostIntegration.Common.DrdaTypes -> unit
Public Sub PackString (s As String, encoding As Integer, buffer As Byte(), ByRef writeLen As Integer, charCount As Integer, drdaType As DrdaTypes)
Parameters
- s
- String
- encoding
- Int32
- buffer
- Byte[]
- writeLen
- Int32
- charCount
- Int32
- drdaType
- Microsoft.HostIntegration.Common.DrdaTypes