Converter.UnpackString 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.
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