[This is preliminary documentation and is subject to change.]
Unpacks an ISO code from int which was packed with PackISO3CodeToInt
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static string UnpackISO3CodeFromInt(
int iso
)
public static string UnpackISO3CodeFromInt(
int iso
)
Public Shared Function UnpackISO3CodeFromInt (
iso As Integer
) As String
Public Shared Function UnpackISO3CodeFromInt (
iso As Integer
) As String
public:
static String^ UnpackISO3CodeFromInt(
int iso
)
public:
static String^ UnpackISO3CodeFromInt(
int iso
)
static member UnpackISO3CodeFromInt :
iso : int -> string
static member UnpackISO3CodeFromInt :
iso : int -> string
Return Value
Type:
String