Is it possible to convert a widechar to multibyte using pure managed code?
I know there exists a WideCharToMultiByte
Win32API function, but this is a security issue in SQL server.
Thank you
Is it possible to convert a widechar to multibyte using pure managed code?
I know there exists a WideCharToMultiByte
Win32API function, but this is a security issue in SQL server.
Thank you