MagneticCardSwipeGetTrackStatusString Method  | 
 
            Gets the track status as a string.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic static string GetTrackStatusString(
	int status
)
Public Shared Function GetTrackStatusString ( 
	status As Integer
) As String
public:
static String^ GetTrackStatusString(
	int status
)
static member GetTrackStatusString : 
        status : int -> string 
Parameters
- status
 - Type: SystemInt32
The status to turn into a string. 
Return Value
Type: 
StringThe track status as a string.
See Also