EncoderReplacementFallback::MaxCharCount Property

 

Gets the number of characters in the replacement string for the EncoderReplacementFallback object.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

public:
property int MaxCharCount {
	virtual int get() override;
}

Property Value

Type: System::Int32

The number of characters in the string used in place of an input character that cannot be encoded.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show: