Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DataReader.ReadString(UInt32) 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.

Reads a string value from the input stream.

public:
 virtual Platform::String ^ ReadString(unsigned int codeUnitCount) = ReadString;
winrt::hstring ReadString(uint32_t const& codeUnitCount);
public string ReadString(uint codeUnitCount);
function readString(codeUnitCount)
Public Function ReadString (codeUnitCount As UInteger) As String

Parameters

codeUnitCount
UInt32

unsigned int

uint32_t

The length of the string.

Returns

String

Platform::String

winrt::hstring

The value.

Implements

M:Windows.Storage.Streams.IDataReader.ReadString(System.UInt32) M:Windows.Storage.Streams.IDataReader.ReadString(unsigned int) M:Windows.Storage.Streams.IDataReader.ReadString(uint32_t)

Applies to


Feedback

Was this page helpful?