SharpCvsLib

PasswordScrambler.Descramble Method 

Unincrypts the specified text.

[Visual Basic]
Public Shared Function Descramble( _
   ByVal text As String _
) As String
[C#]
public static string Descramble(
   string text
);

Parameters

text
a scrabmled text.

Return Value

a descrambled version of text.

See Also

PasswordScrambler Class | ICSharpCode.SharpCvsLib.Misc Namespace