DdmReader.ReadTimestampDateTimeAsCharAsync(Int32, Int32, Boolean, CancellationToken) Method

Definition

public:
 System::Threading::Tasks::Task<System::String ^> ^ ReadTimestampDateTimeAsCharAsync(int codePage, int length, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string> ReadTimestampDateTimeAsCharAsync (int codePage, int length, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadTimestampDateTimeAsCharAsync : int * int * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>

Parameters

codePage
Int32
length
Int32
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<String>

Applies to