CookieHelper DecodeFrom64 Method A Sandcastle Documented Class Library
Converts a string from base 64 to unicode.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string DecodeFrom64(
	string encodedData
)

Parameters

encodedData
Type: System String

Return Value

Type: String
See Also