Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.String
Required. The ANSI string to convert.
Return Value
Type: System.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.