<-- Previous || Up || Next -->

Oem To Char Function
Windows API Class

Public Function OemToChar( _
    ByVal vOEMString As Variant _
    ) As Variant

"OEM Characters To ANSI Characters"
Converts OEM (DOS) characters to the ANSI (Windows) character set.
Used to be known as OemToAnsi.

Example:
    OemToChar("Hawaii") = "Hawaii"
See also:
    CharToOem Function
    OemToChar (Windows API)
vOEMString: String that contains characters from the OEM DOS character set. Function returns Null if vOEMString is Null or cannot be fixed-up to a String.
Return value: The result string contains the corresponding characters from the Windows ANSI character set.
v1.3 Change: Removed 16-bit support from this function.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.