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 ()

Initializes a new instance of the UTF7Encoding class.

[Visual Basic]
Overloads Public Sub New()
[C#]
public UTF7Encoding();
[C++]
public: UTF7Encoding();
[JScript]
public function UTF7Encoding();

Remarks

By default, the object created will not allow optional characters.

See Also

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