In This Topic
Determines whether a string is a valid OID representation.
Syntax
'Declaration
Public Shared Function IsValidOID( _
ByVal As String _
) As Boolean
public static bool IsValidOID(
string
)
Parameters
- oid
- String representation of an OID to parse
See Also