MakeGuidArray Method
See Also 
SourceCode.Dependancy.Client.Utilities Namespace > GuidUtility Class : MakeGuidArray Method



arr

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function MakeGuidArray( _
   ByVal arr() As String _
) As Guid()
Visual Basic (Usage) Copy Code
Dim arr() As String
Dim value() As Guid
 
value = GuidUtility.MakeGuidArray(arr)
C#  
public static Guid[] MakeGuidArray( 
   string[] arr
)
C++/CLI  
public:
static array<Guid>^ MakeGuidArray( 
   array<String^>^ arr
) 

Parameters

arr

Requirements

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

See Also