ResXResourceReader::FromFileContents Method (String^)

 

Creates a new ResXResourceReader object and initializes it to read a string whose contents are in the form of an XML resource file.

Namespace:   System.Resources
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static ResXResourceReader^ FromFileContents(
	String^ fileContents
)

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::LinkDemand

for full trust for the immediate caller. This member cannot be used by partially trusted code.

SecurityAction::InheritanceDemand

for full trust for inheritors. This member cannot be inherited by partially trusted code.

.NET Framework
Available since 1.1
Return to top
Show: