System.WideCharToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WideCharToString(Source: PWideChar): UnicodeString;

C++

extern DELPHI_PACKAGE UnicodeString __fastcall WideCharToString(WideChar * Source);

Properties

Type Visibility Source Unit Parent
function public
System.pas
System.hpp
System System

Description

Converts null-terminated WideString strings to UnicodeString.

WideCharToString converts the given null-terminated WideString to a UnicodeString.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.WideCharToString&oldid=146548"