C# Class xstream.Utilities.Xmlifier

Show file Open project: srushti/xstream.net Class Usage Examples

Public Methods

Method Description
Xmlify ( Type type ) : string
XmlifyNode ( Type type ) : string

Private Methods

Method Description
UnXmlify ( string typeName ) : string

Method Details

Xmlify() public static method

public static Xmlify ( Type type ) : string
type System.Type
return string

XmlifyNode() public static method

public static XmlifyNode ( Type type ) : string
type System.Type
return string