Share via


ITextEncoder.Decode Method

Decodes the specified text.

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

Syntax

'Declaration
Function Decode ( _
    text As String _
) As Byte()
'Usage
Dim instance As ITextEncoder 
Dim text As String 
Dim returnValue As Byte()

returnValue = instance.Decode(text)
byte[] Decode(
    string text
)
array<unsigned char>^ Decode(
    String^ text
)
abstract Decode : 
        text:string -> byte[] 
function Decode(
    text : String
) : byte[]

Parameters

Return Value

Type: System.Byte[]
A Byte that represents the decoded data.

See Also

Reference

ITextEncoder Interface

Microsoft.Owin.Security.DataHandler.Encoder Namespace