ResXResourceReader::FromFileContents Method (String^)
.NET Framework (current version)
Creates a new ResXResourceReader object and initializes it to read a string whose contents are in the form of an XML resource file.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- fileContents
-
Type:
System::String^
A string containing XML resource-formatted information.
Return Value
Type: System.Resources::ResXResourceReader^An object that reads resources from the fileContents string.
SecurityAction::LinkDemandSecurityAction::InheritanceDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
for full trust for inheritors. This member cannot be inherited by partially trusted code.
.NET Framework
Available since 1.1
Available since 1.1
Show: