Share via


Base64UrlTextEncoder.Decode Method (String)

 

Decodes the specified text.

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

Syntax

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

Parameters

Return Value

Type: System.Byte[]

A Byte that represents the decoded data.

Implements

ITextEncoder.Decode(String)

See Also

Base64UrlTextEncoder Class
Microsoft.Owin.Security.DataHandler.Encoder Namespace

Return to top