Formats the specified globally unique identifier (GUID).
Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Function FormatGuid ( _
    bstrGuid As String, _
    Format As eFormat _
) As String
用法
Dim instance As IVCWizCtlUI
Dim bstrGuid As String
Dim Format As eFormat
Dim returnValue As String
returnValue = instance.FormatGuid(bstrGuid, _
    Format)
string FormatGuid(
    string bstrGuid,
    eFormat Format
)
String^ FormatGuid(
    [InAttribute] String^ bstrGuid, 
    [InAttribute] eFormat Format
)
function FormatGuid(
    bstrGuid : String, 
    Format : eFormat
) : String
Parameters
- bstrGuid 
 Type: System.String- Required. A string containing the GUID to format. 
- Format 
 Type: Microsoft.VisualStudio.VsWizard.eFormat- Required. The format. An eFormat value. 
Return Value
Type: System.String
A string containing the formatted GUID.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.