IVCWizCtlUI.ConvertAnsiToOEM Method
Converts special extended ANSI characters to OEM characters.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function ConvertAnsiToOEM ( _
bstrAnsi As String _
) As String
string ConvertAnsiToOEM(
string bstrAnsi
)
String^ ConvertAnsiToOEM(
[InAttribute] String^ bstrAnsi
)
abstract ConvertAnsiToOEM :
bstrAnsi:string -> string
function ConvertAnsiToOEM(
bstrAnsi : String
) : String
Parameters
bstrAnsi
Type: StringRequired. The ANSI string to convert.
Return Value
Type: String
A string of OEM characters.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.