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
Public Overridable Function FormatGuid ( _
bstrGuid As String, _
Format As eFormat _
) As String
public virtual string FormatGuid(
string bstrGuid,
eFormat Format
)
public:
virtual String^ FormatGuid(
[InAttribute] String^ bstrGuid,
[InAttribute] eFormat Format
)
abstract FormatGuid :
bstrGuid:string *
Format:eFormat -> string
override FormatGuid :
bstrGuid:string *
Format:eFormat -> string
public 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.
Implements
IVCWizCtlUI.FormatGuid(String, eFormat)
Examples
See CreateGuid.
.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.
See Also
Reference
Microsoft.VisualStudio.VsWizard Namespace