NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataFormats.Format Constructor

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub New(String, Integer)
[C#] public DataFormats.Format(String, int);
[C++] public: DataFormats.Format(String*, int);
[JScript] public function DataFormats.Format(String, int);

[To be supplied.]

[Visual Basic] Overloads Public Sub New(String, Integer, Boolean)
[C#] public DataFormats.Format(String, int, bool);
[C++] public: DataFormats.Format(String*, int, bool);
[JScript] public function DataFormats.Format(String, int, Boolean);

See Also

DataFormats.Format Class | DataFormats.Format Members | System.WinForms Namespace