W2S |
Top Previous Next |
Syntax STRING = W2S(in as WSTRING) Description Converts a wide character (Unicode) string to an ANSI string. . Parameters in - Unicode string to convert.. Return value The converted string.. Remarks None Example usage PRINT W2S(L"A string to convert") |