97
CITIZEN UWP POS Print SDK - Programming Manual
3.3.20. GetVersionName method
Syntax
String GetVersionName ()
Parameter
Not exist.
Description
This method is used to get a string for the version number of this SDK.
Return value
Return a string for the version number of this SDK. (Ver1.00 is "1.00")
Example
String vname = display.GetVersionName();