Manager..::..AsciiIncrement Method

ASCIIs the increment.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static string AsciiIncrement(
	string Seed,
	ref int Distance,
	ref int MaxLen
)
Public Shared Function AsciiIncrement ( _
	Seed As String, _
	ByRef Distance As Integer, _
	ByRef MaxLen As Integer _
) As String
public:
static String^ AsciiIncrement(
	String^ Seed, 
	int^% Distance, 
	int^% MaxLen
)

Parameters

Seed
Type: String
The seed.
Distance
Type: Int32%
The distance.
MaxLen
Type: Int32%
The maximum length.

Return Value

System.String.

Exceptions


ExceptionCondition
ExceptionError incrementing system number.