UTF7Encoding: DecoderFallback (set) |
Sets the DecoderFallback to be used by this encoding instance.
Public Property Set DecoderFallback( ByVal Value As DecoderFallback )
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.