| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert a null-terminated array of widechar to an ansistring
Source position: ustringh.inc line 36
| function WideCharToString( | 
| S: PWideChar | 
WideCharToString converts the null-terminated widechar array S to an ansistring, and returns the ansistring.
No validity checking is performed on Src. Passing an invalid pointer, or an improperly terminated array may lead to access violations.
| 
 | Convert a string to an array of widechars. | |
| 
 | Convert a null-terminated array of widechar to an ansistring | |
| 
 | Convert a length-limited array of widechar to an ansistring | |
| 
 | Convert a length-limited array of widechar to an ansistring |