DataPA Enterprise Dashboard Controls API Reference

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public string DecryptForImport(
	ref string Msg,
	ref short iEncCount
)
Visual Basic
Public Function DecryptForImport ( 
	ByRef Msg As String,
	ByRef iEncCount As Short
) As String
Visual C++
public:
String^ DecryptForImport(
	String^% Msg, 
	short% iEncCount
)

Parameters

Msg
Type: System..::..String%
iEncCount
Type: System..::..Int16%

Return Value

Type: String

See Also