Creates the file extension of the bank for given bank number bankNum.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static string GetFileNameSuffix(
	int bankNum
)

Parameters

bankNum
Type: System..::.Int32
The bank number.

Return Value

Returns the text string which is the extension of the bank file name.

See Also