Returns a string representation of the value of this xtd::guid instance, according to the provided format specifier, and locale.
- Parameters
-
format | A single format specifier that indicates how to format the value of this xtd::guid. The format parameter can be "N", "D", "B", "P", or "X". If format is null or an empty string (""), "D" is used. |
loc | An std::locale object that contains locale information (see std::locale). |
- Returns
- The value of this xtd::guid, represented as a series of lowercase hexadecimal digits in the specified format.
- Exceptions
-
Implements xtd::iformatable.