Share via


ITextEncoder Interface

Represents an interface for text encoder.

Namespace:  Microsoft.Owin.Security.DataHandler.Encoder
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Public Interface ITextEncoder
'Usage
Dim instance As ITextEncoder
public interface ITextEncoder
public interface class ITextEncoder
type ITextEncoder =  interface end
public interface ITextEncoder

The ITextEncoder type exposes the following members.

Methods

  Name Description
Public method Decode Decodes the specified text.
Public method Encode Converts a data to a string.

Top

See Also

Reference

Microsoft.Owin.Security.DataHandler.Encoder Namespace