'Declaration Public Shared Function Parse( _ ByVal Value As String, _ ByRef Name As String _ ) As UID
'Declaration
Public Shared Function Parse( _ ByVal Value As String, _ ByRef Name As String _ ) As UID
'Usage Dim Value As String Dim Name As String Dim value As UID value = UID.Parse(Value, Name)
'Usage
Dim Value As String Dim Name As String Dim value As UID value = UID.Parse(Value, Name)
public static UID Parse( string Value, out string Name )
public: static UID^ Parse( String^ Value, [Out] String^ Name )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
UID Class UID Members