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: StringRequired. A string containing the GUID to format.
Format
Type: Microsoft.VisualStudio.VsWizard.eFormatRequired. The format. An eFormat value.
Return Value
Type: String
A string containing the formatted GUID.
.NET Framework Security
- 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.