System::Guid::ToString method
Contents
[
Hide
]Guid::ToString() const method
Converts the GUID represented by the current object to its string representation.
String System::Guid::ToString() const
See Also
- Class String
- Class Guid
- Namespace System
- Library Aspose.TeX for C++
Guid::ToString(const String&) const method
Converts the GUID represented by the current object to its string representation using the specified string format.
String System::Guid::ToString(const String &format) const
Parameter | Type | Description |
---|---|---|
format | const String& | The format to use |
ReturnValue
The string representation of the GUID value represented by the current object
See Also
- Class String
- Class Guid
- Namespace System
- Library Aspose.TeX for C++
Guid::ToString(const String&, const SharedPtr<Globalization::CultureInfo>&) const method
Converts the GUID represented by the current object to its string representation using the specified string format and Culture.
String System::Guid::ToString(const String &format, const SharedPtr<Globalization::CultureInfo> &culture) const
Parameter | Type | Description |
---|---|---|
format | const String& | The format to use |
culture | const SharedPtr<Globalization::CultureInfo>& | Culture to use |
ReturnValue
The string representation of the GUID value represented by the current object
See Also
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class Guid
- Namespace System
- Library Aspose.TeX for C++