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 EncryptForExport(
	string Msg,
	ref short iEncCount
)
Visual Basic
Public Function EncryptForExport ( 
	Msg As String,
	ByRef iEncCount As Short
) As String
Visual C++
public:
String^ EncryptForExport(
	String^ Msg, 
	short% iEncCount
)

Parameters

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

Return Value

Type: String

See Also