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 (String, Int32)

[To be supplied.]

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

Parameters

n
[To be supplied.]
i
[To be supplied.]

See Also

DataFormats.Format Class | DataFormats.Format Members | System.WinForms Namespace | DataFormats.Format Constructor Overload List