ITextEncoder.Encode Method (Byte[])

 

Converts a data to a string.

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

Syntax

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

Parameters

Return Value

Type: System.String

A string of data converted.

See Also

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

Return to top