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!

StringFormat Constructor (StringFormatFlags, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal options As StringFormatFlags, _
   ByVal language As Integer _
)
[C#]
public StringFormat(
   StringFormatFlags options,
   int language
);
[C++]
public: StringFormat(
   StringFormatFlags options,
   int language
);
[JScript]
public function StringFormat(
   options : StringFormatFlags,
   language : int
);

Parameters

options
[To be supplied.]
language
[To be supplied.]

See Also

StringFormat Class | StringFormat Members | System.Drawing Namespace | StringFormat Constructor Overload List