LoadFileToWideString loads the contents of the file specified by aFileName into a string variable.
This function LoadFileToWideString handles unicode characters. For a similar function that does not accommodate unicode, please refer to LoadFileToString.
Declaration: Function LoadFileToWideString(const aFileName : string) : string