TryParse(String,OID) Method
In This Topic
Attempts to parse a string representation of an OID.
Syntax
'Declaration
Public Overloads Shared Function TryParse( _
ByVal As String, _
ByRef As OID _
) As Boolean
public static bool TryParse(
string ,
out OID
)
Parameters
- source
- The string to parse
- oid
Return Value
The parsed OID if is a valid OID, or null (Nothing) if it is not.
See Also