C# Class Platform.Xml.Serialization.XmlFormatAttribute

Inheritance: XmlSerializationAttribute
Show file Open project: platformdotnet/Platform Class Usage Examples

Public Methods

Method Description
XmlFormatAttribute ( string format ) : System
XmlFormatAttribute ( string format, string culture ) : System

Method Details

XmlFormatAttribute() public method

public XmlFormatAttribute ( string format ) : System
format string
return System

XmlFormatAttribute() public method

public XmlFormatAttribute ( string format, string culture ) : System
format string
culture string
return System