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!

UTF7Encoding Constructor (Boolean)

Initializes a new instance of the UTF7Encoding class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal allowOptionals As Boolean _
)
[C#]
public UTF7Encoding(
   bool allowOptionals
);
[C++]
public: UTF7Encoding(
   bool allowOptionals
);
[JScript]
public function UTF7Encoding(
   allowOptionals : Boolean
);

Parameters

allowOptionals
true to allow optional characters such as the exclamation point, dollar sign, percent sign, semicolon, and so on; otherwise, false.

See Also

UTF7Encoding Class | UTF7Encoding Members | System.Text Namespace | UTF7Encoding Constructor Overload List