DecodeHex Method


Decode characters encoded by EncodeHex function.

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

Parameters

Src

Characters to be decode.

CodePage

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

Return Value

Return value is the decoded characters.