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