OIDToGuidValueRequired Method
 
            
                In This Topic
            
            
            Converts an old style OID (class ID and object ID) to a Guid containing just
            the object ID.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function OIDToGuidValueRequired( _
   ByVal  As String _
) As Guid
             
        
            
            public static Guid OIDToGuidValueRequired( 
   string 
)
             
        
             
        
            Parameters
- oid
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also