CommonLib..::..AsciiInc Method

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

Syntax


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

Parameters

Seed
Type: String
Distance
Type: Int32%
MaxLen
Type: Int32%