IVCWizCtlUI.FormatGuid Method

Formats the specified globally unique identifier (GUID).

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Function FormatGuid ( _
    bstrGuid As String, _
    Format As eFormat _
) As String
string FormatGuid(
    string bstrGuid,
    eFormat Format
)
String^ FormatGuid(
    [InAttribute] String^ bstrGuid, 
    [InAttribute] eFormat Format
)
abstract FormatGuid : 
        bstrGuid:string * 
        Format:eFormat -> string 
function FormatGuid(
    bstrGuid : String, 
    Format : eFormat
) : String

Parameters

  • bstrGuid
    Type: System.String
    Required. A string containing the GUID to format.

Return Value

Type: System.String
A string containing the formatted GUID.

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard Namespace