ITextEncoder.Decode Method (String)

 

Decodes the specified text.

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

Syntax

byte[] Decode(
    string text
)
array<unsigned char>^ Decode(
    String^ text
)
abstract Decode : 
        text:string -> byte[]
Function Decode (
    text As String
) As Byte()

Parameters

Return Value

Type: System.Byte[]

A Byte that represents the decoded data.

See Also

ITextEncoder Interface
Microsoft.Owin.Security.DataHandler.Encoder Namespace

Return to top