TKMP.DLLのダウンロード

文字コードを指定して、ヘッダ文字列のデコード処理を行ないます

Namespace:  TKMP.Reader.Header
Assembly:  TKMP (TKMP.dll 内) バージョン: 3.1.0.0

Syntax

C#
public static string HeaderDecode(
	string Source,
	string DecodeCharset
)
Visual Basic (Declaration)
Public Shared Function HeaderDecode ( _
	Source As String, _
	DecodeCharset As String _
) As String

Parameters

Source
Type: System..::.String
変換前の文字列
DecodeCharset
Type: System..::.String
デコードを行なう文字コード

Return Value

変換された文字列

See Also