Creates a short hash of the value passed in as a parameter,

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string GetPagerSufix(
	Object sufix
)
Visual Basic
Public Shared Function GetPagerSufix ( 
	sufix As Object
) As String
Visual C++
public:
static String^ GetPagerSufix(
	Object^ sufix
)
F#
static member GetPagerSufix : 
        sufix : Object -> string 

Parameters

sufix
Type: System..::..Object
Sufix value (usually the ID of the parent control value).

Return Value

Type: String
Short sufix hash.

See Also