| Guid: ToString |
Returns a string representation of guid value.
Public Function ToString( Optional ByVal format As String, Optional ByVal Provider As IFormatProvider ) As String
There are 4 format types: "D","B","N","P".
"D" = XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
"B" = {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
"P" = (XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX)
"N" = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
B is the default format.
Project VBCorLib Overview Class Guid Overview Guid Properties Guid Methods ToProgramID