Table of Contents

Class XmlGeneratorResources

Namespace
SunamoXml.Generators
Assembly
SunamoXml.dll

Generates XML resource entries in the standard .resx format with name, xml:space, and value elements.

public class XmlGeneratorResources
Inheritance
XmlGeneratorResources
Inherited Members
Extension Methods

Methods

AddText(string, string)

Adds a text resource entry with the specified name and value.

public void AddText(string name, string text)

Parameters

name string

The resource name.

text string

The resource value text.

ToString()

Returns the generated XML resource content as a string.

public override string ToString()

Returns

string