C# Class IronRuby.Runtime.LosslessDecoderFallback

Decodes bytes with no information loss. Provides access to invalid byte sequences encountered in the string.
Inheritance: System.Text.DecoderFallback
Show file Open project: ExpertsInside/IronSP Class Usage Examples

Public Methods

Method Description
CreateFallbackBuffer ( ) : DecoderFallbackBuffer

Private Methods

Method Description
LosslessDecoderFallback ( ) : System

Method Details

CreateFallbackBuffer() public method

public CreateFallbackBuffer ( ) : DecoderFallbackBuffer
return System.Text.DecoderFallbackBuffer