ASCIIEncoding: EncoderFallback (set)

EncoderFallback

Sets the EncoderFallback to be used by this encoding instance.



 Public Property Set EncoderFallback(
	  ByVal Value As EncoderFallback )

Parameters

Value
[ByVal] EncoderFallback. The EncoderFallback 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 ASCIIEncoding Overview