System.AnsiStringBase.WideCharBufSize

From RAD Studio API Documentation
Jump to: navigation, search

C++

int          WideCharBufSize(int codePage) const;

Properties

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

Description

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