System.SysUtils.WideUpperCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WideUpperCase(const S: WideString): WideString;

C++

extern DELPHI_PACKAGE System::WideString __fastcall WideUpperCase(const System::WideString S);

Properties

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

Description

Returns Unicode string converted to uppercase.

WideUpperCase returns S converted to uppercase. The conversion uses the current locale.

See Also