IVCWizCtlUI.FormatGuid(String, eFormat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formats the specified globally unique identifier (GUID).
public:
System::String ^ FormatGuid(System::String ^ bstrGuid, Microsoft::VisualStudio::VsWizard::eFormat Format);
public:
Platform::String ^ FormatGuid(Platform::String ^ bstrGuid, Microsoft::VisualStudio::VsWizard::eFormat Format);
std::wstring FormatGuid(std::wstring const & bstrGuid, Microsoft::VisualStudio::VsWizard::eFormat Format);
[System.Runtime.InteropServices.DispId(1610743830)]
public string FormatGuid (string bstrGuid, Microsoft.VisualStudio.VsWizard.eFormat Format);
[<System.Runtime.InteropServices.DispId(1610743830)>]
abstract member FormatGuid : string * Microsoft.VisualStudio.VsWizard.eFormat -> string
Public Function FormatGuid (bstrGuid As String, Format As eFormat) As String
Parameters
- bstrGuid
- String
Required. A string containing the GUID to format.
Returns
A string containing the formatted GUID.
- Attributes