API:System.AnsiStringT.WideCharBufSize

From RAD Studio API Documentation
Jump to: navigation, search

C++

int  WideCharBufSize() const {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringT

Description

Returns the size of the buffer required by the WideChar function.

System.AnsiStringT.WideCharBufSize inherits from System.AnsiStringBase.WideCharBufSize. All content below this line refers to System.AnsiStringBase.WideCharBufSize.

Returns the size of the buffer required by the WideChar function.

WideCharBufSize returns an integer value indicating the size of the buffer the WideChar method requires in order to convert this string.

See Also