Converts a guid to its string representation.
Syntax
string guid.ToStringN()
Returns
The 32-character hexadecimal string representation of the guid.
string
Sample
guidSample.rfsvar a = guid.Generate(); ... var b = a.ToStringN(); trace b;
guidSample.rfs
var a = guid.Generate(); ... var b = a.ToStringN(); trace b;
a.ToStringN()
"26e55418eee74c89b97e295eb3dd4b26"
Figure 392. The trace message output of the script above
Related links
Search Highlighter (On/Off)