IVCWizCtlUI::ConvertAnsiToOEM Method (String^)

 

Converts special extended ANSI characters to OEM characters.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

String^ ConvertAnsiToOEM(
	String^ bstrAnsi
)

Parameters

bstrAnsi
Type: System::String^

Required. The ANSI string to convert.

Return Value

Type: System::String^

A string of OEM characters.

Return to top
Show: