Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringRequired. A string containing the GUID to format.
Format
Type: Microsoft.VisualStudio.VsWizard.eFormatRequired. The format. An eFormat value.
Return Value
Type: System.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.