isOid

fun isOid(str: String): Boolean

Checks if a given string is encoded as an OID.

Parameters

true if encoded as a valid OID, false otherwise.