UnicodeEncoding: DecoderFallback (set)

DecoderFallback

Sets the DecoderFallback to be used by this encoding instance.



 Public Property Set DecoderFallback(
	  ByVal Value As DecoderFallback )

Parameters

Value
[ByVal] DecoderFallback. The DecoderFallback instance to set.

Remarks

By default an Encoding instance is marked as read-only and setting this value will result in an InvalidOperationException being thrown. If a clone of the instance is made, then it will become read-write and allow the setting of the value.

Read/Write.

See Also

Project CorLib Overview

Class UnicodeEncoding Overview