IVCWizCtlUI.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:
System::String ^ ConvertAnsiToOEM(System::String ^ bstrAnsi);
public:
Platform::String ^ ConvertAnsiToOEM(Platform::String ^ bstrAnsi);
std::wstring ConvertAnsiToOEM(std::wstring const & bstrAnsi);
[System.Runtime.InteropServices.DispId(1610743838)]
public string ConvertAnsiToOEM (string bstrAnsi);
[<System.Runtime.InteropServices.DispId(1610743838)>]
abstract member ConvertAnsiToOEM : string -> string
Public Function ConvertAnsiToOEM (bstrAnsi As String) As String
Parameters
- bstrAnsi
- String
Required. The ANSI string to convert.
Returns
A string of OEM characters.
- Attributes