Converter.UnpackTimestampDateTimeAsChar(Byte[], Int32, Boolean) Method

Definition

public:
 System::String ^ UnpackTimestampDateTimeAsChar(cli::array <System::Byte> ^ buffer, int codePage, bool % succeed);
public string UnpackTimestampDateTimeAsChar (byte[] buffer, int codePage, ref bool succeed);
member this.UnpackTimestampDateTimeAsChar : byte[] * int *  -> string
Public Function UnpackTimestampDateTimeAsChar (buffer As Byte(), codePage As Integer, ByRef succeed As Boolean) As String

Parameters

buffer
Byte[]
codePage
Int32
succeed
Boolean

Returns

String

Applies to