GetDocNoFromBase36 |
Scroll |
Reads the document number from the base 36 representation.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetDocFromBase36 ( _ strBase36 As String _ ) As Integer C# public virtual int GetDocFromBase36 ( string strBase36 )
Parameters strBase36 The document number to convert
Return Value The standard (integer) representation of the document number. |