C-DEngine 5.105

ICDECrypto..::..DecryptToString Method

Decrypts to string.

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


string DecryptToString(
	string pInBuffer,
	string pType
)
Function DecryptToString ( _
	pInBuffer As String, _
	pType As String _
) As String
String^ DecryptToString(
	String^ pInBuffer, 
	String^ pType
)

Parameters

pInBuffer
Type: String
The in buffer.
pType
Type: String
Type of the buffer.

Return Value

System.String.