If serial has product information then returns true


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public Function HasInfoField( _
ByVal serial As String _
) As Boolean
C#
public bool HasInfoField(
string serial
)
C++
public:
bool HasInfoField(
String serial
) sealed
J#
public bool HasInfoField(
string serial
)
JScript
public function HasInfoField(
serial : String
) : bool

Parameters

serial

See Also