3 references to ToBase32StringSuitableForDirName
mscorlib (3)
system\io\isolatedstorage\isolatedstorage.cs (1)
233
return Path.
ToBase32StringSuitableForDirName
(b);
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2229
return Path.
ToBase32StringSuitableForDirName
(new SHA1CryptoServiceProvider().ComputeHash(ms));
system\io\path.cs (1)
1100
char[] rndCharArray = Path.
ToBase32StringSuitableForDirName
(key).ToCharArray();