A Sandcastle Documented Class Library
DecryptString メソッド (str, key)
名前空間CFW.UtilUtilDecryptString(String, String)
暗号化された文字列を復号化する
宣言の構文
C#Visual BasicVisual C++
public static string DecryptString(
	string str,
	string key
)
Public Shared Function DecryptString ( _
	str As String, _
	key As String _
) As String
public:
static String^ DecryptString(
	String^ str, 
	String^ key
)
パラメータ
str (String)
暗号化された文字列
key (String)
パスワード
戻り値
復号化された文字列

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)