TextEncoder.MaxOutputCharactersPerInputCharacter Property

Definition

Gets the maximum number of characters that this encoder can generate for each input code point.

public:
 abstract property int MaxOutputCharactersPerInputCharacter { int get(); };
public abstract int MaxOutputCharactersPerInputCharacter { get; }
member this.MaxOutputCharactersPerInputCharacter : int
Public MustOverride ReadOnly Property MaxOutputCharactersPerInputCharacter As Integer

Property Value

The maximum number of characters.

Applies to