BSTR2A Method


Convert UNICODE characters to multi-byte characters by specified code page

BSTR BSTR2A(
	[in] BSTR Src, 
	[in, optional, defaultvalue(65001)] long CodePage
)

Parameters

Src

Source UNICODE characters.

CodePage

Specifies the code page to be used to perform the conversion.

Return Value

Return value is the translated multi-byte characters.