VCWizCtlClass.ConvertAnsiToOEM(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts special extended ANSI characters to OEM characters.
public:
virtual System::String ^ ConvertAnsiToOEM(System::String ^ bstrAnsi) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::ConvertAnsiToOEM;
public:
virtual Platform::String ^ ConvertAnsiToOEM(Platform::String ^ bstrAnsi) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::ConvertAnsiToOEM;
virtual std::wstring ConvertAnsiToOEM(std::wstring const & bstrAnsi);
[System.Runtime.InteropServices.DispId(1610743838)]
public virtual string ConvertAnsiToOEM (string bstrAnsi);
[<System.Runtime.InteropServices.DispId(1610743838)>]
abstract member ConvertAnsiToOEM : string -> string
override this.ConvertAnsiToOEM : string -> string
Public Overridable Function ConvertAnsiToOEM (bstrAnsi As String) As String
Parameters
- bstrAnsi
- String
Required. The ANSI string to convert.
Returns
A string of OEM characters.
Implements
- Attributes
Remarks
This method provides compatibility with older versions of MFC.