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



arr

Glossary Item Box

Syntax

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