Converter.UnpackString Method

Definition

Overloads

UnpackString(Byte[], Int32, Int32, Int32, String, Boolean)
UnpackString(Byte[], Int32, Int32, Int32, String, Boolean, DrdaTypes)

UnpackString(Byte[], Int32, Int32, Int32, String, Boolean)

public:
 void UnpackString(cli::array <System::Byte> ^ buffer, int position, int size, int encoding, System::String ^ % strVal, bool padded);
public void UnpackString (byte[] buffer, int position, int size, int encoding, ref string strVal, bool padded);
member this.UnpackString : byte[] * int * int * int *  * bool -> unit
Public Sub UnpackString (buffer As Byte(), position As Integer, size As Integer, encoding As Integer, ByRef strVal As String, padded As Boolean)

Parameters

buffer
Byte[]
position
Int32
size
Int32
encoding
Int32
strVal
String
padded
Boolean

Applies to

UnpackString(Byte[], Int32, Int32, Int32, String, Boolean, DrdaTypes)

public:
 void UnpackString(cli::array <System::Byte> ^ buffer, int position, int size, int encoding, System::String ^ % strVal, bool padded, Microsoft::HostIntegration::Common::DrdaTypes drdaType);
public void UnpackString (byte[] buffer, int position, int size, int encoding, ref string strVal, bool padded, Microsoft.HostIntegration.Common.DrdaTypes drdaType);
member this.UnpackString : byte[] * int * int * int *  * bool * Microsoft.HostIntegration.Common.DrdaTypes -> unit
Public Sub UnpackString (buffer As Byte(), position As Integer, size As Integer, encoding As Integer, ByRef strVal As String, padded As Boolean, drdaType As DrdaTypes)

Parameters

buffer
Byte[]
position
Int32
size
Int32
encoding
Int32
strVal
String
padded
Boolean
drdaType
Microsoft.HostIntegration.Common.DrdaTypes

Applies to