Converter.UnpackTimestampDateTimeAsChar(Byte[], Int32, Boolean) 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:
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