CharToOem (user32)
Last changed: -80.92.126.14

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool CharToOem(string lpszSrc, [Out] StringBuilder lpszDst);

VB Signature:

    <DllImport("user32.dll", _
    EntryPoint:="CharToOem", _
    SetLastError:=True, _
    CharSet:=CharSet.Unicode, _
    ExactSpelling:=True, _
    PreserveSig:=True, _
    CallingConvention:=CallingConvention.Winapi)> _
    Private Shared Function CharToOem( _
    ByVal lpszSrc As String, _
    ByVal lpszDst As StringBuilder) As Boolean
    End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
CharToOem on MSDN